telepathyClient: Fix undefined variable

https://bugzilla.gnome.org/show_bug.cgi?id=654791
This commit is contained in:
Jasper St. Pierre 2011-07-17 15:18:33 -04:00
parent 727c43dbab
commit bf2ba83cd5

View File

@ -248,7 +248,7 @@ Client.prototype = {
Lang.bind(this, function(dispatchOp, result) {
try {
dispatchOp.claim_with_finish(result);
this._handlingChannels(account, conn, channels);
this._handlingChannels(account, conn, [channel]);
} catch (err) {
throw new Error('Failed to Claim channel: ' + err);
}}));