[gnome-shell] telepathyClient: Fix two minor typos



commit 97bb5b66806a52bc0789ef34c8df9f45e0d1dc97
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Feb 20 02:40:46 2011 -0500

    telepathyClient: Fix two minor typos
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642793

 js/ui/telepathyClient.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js
index feda9c0..5ddaaef 100644
--- a/js/ui/telepathyClient.js
+++ b/js/ui/telepathyClient.js
@@ -41,7 +41,6 @@ function Client() {
 
 Client.prototype = {
     _init : function() {
-        this._accounts = {};
         // channel path -> Source
         this._sources = {};
 
@@ -55,7 +54,7 @@ Client.prototype = {
 
         // We only care about single-user text-based chats
         let props = {};
-        props[Tp.PROP_CHANNEL_TARGET_HANDLE_TYPE] = Tp.IFACE_CHANNEL_TYPE_TEXT;
+        props[Tp.PROP_CHANNEL_CHANNEL_TYPE] = Tp.IFACE_CHANNEL_TYPE_TEXT;
         props[Tp.PROP_CHANNEL_TARGET_HANDLE_TYPE] = Tp.HandleType.CONTACT;
         this._observer.add_observer_filter(props);
 



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