telepathyClient: Fix undefined variable
https://bugzilla.gnome.org/show_bug.cgi?id=654791
This commit is contained in:
parent
727c43dbab
commit
bf2ba83cd5
@ -248,7 +248,7 @@ Client.prototype = {
|
|||||||
Lang.bind(this, function(dispatchOp, result) {
|
Lang.bind(this, function(dispatchOp, result) {
|
||||||
try {
|
try {
|
||||||
dispatchOp.claim_with_finish(result);
|
dispatchOp.claim_with_finish(result);
|
||||||
this._handlingChannels(account, conn, channels);
|
this._handlingChannels(account, conn, [channel]);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
throw new Error('Failed to Claim channel: ' + err);
|
throw new Error('Failed to Claim channel: ' + err);
|
||||||
}}));
|
}}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user