[gnome-shell] telepathyClient: Fix undefined variable



commit bf2ba83cd562a49e66cd7c7f3a76f99ecb108553
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Jul 17 15:18:33 2011 -0400

    telepathyClient: Fix undefined variable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654791

 js/ui/telepathyClient.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js
index d0c92ab..1d91ba4 100644
--- a/js/ui/telepathyClient.js
+++ b/js/ui/telepathyClient.js
@@ -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);
                 }}));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]