[polari] tpClient: Don't uniquify handler



commit 64dff9e7a86b93109c4e51ba8cd8bbd0b20e7b0d
Author: Florian Müllner <florian muellner gmail com>
Date:   Tue Jul 23 15:33:26 2013 +0200

    tpClient: Don't uniquify handler
    
    We only have a single handler, and it makes it easier to request
    ourselves as preferred handler.

 src/telepathyClient.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/telepathyClient.js b/src/telepathyClient.js
index e8a686c..d3bf88b 100644
--- a/src/telepathyClient.js
+++ b/src/telepathyClient.js
@@ -23,7 +23,7 @@ const TelepathyClient = new Lang.Class({
             'Polari', true, Lang.bind(this, this._observeChannels));
 
         this._handler = Tp.SimpleHandler.new_with_am(this._accountMgr, false,
-            false, 'Polari', true, Lang.bind(this, this._handleChannels));
+            false, 'Polari', false, Lang.bind(this, this._handleChannels));
 
         let filters = [];
 


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