]> git.0d.be Git - empathy.git/commitdiff
Set supress_handler to TRUE when creating new group channel.
authorXavier Claessens <xclaesse@gmail.com>
Fri, 12 Oct 2007 12:44:49 +0000 (12:44 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 12 Oct 2007 12:44:49 +0000 (12:44 +0000)
2007-10-11  Xavier Claessens  <xclaesse@gmail.com>

* libempathy/empathy-tp-contact-list.c: Set supress_handler to TRUE when
creating new group channel.

svn path=/trunk/; revision=369

ChangeLog
libempathy/empathy-tp-contact-list.c

index 6caf375c21c5d36b76e72ccad4554a67f9ee8dbe..5608ac94ab4086998abb16cd308e6abf5272c0d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-11  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-tp-contact-list.c: Set supress_handler to TRUE when
+       creating new group channel.
+
 2007-10-11  Xavier Claessens  <xclaesse@gmail.com>
 
        * po/POTFILES.in: Add missing files.
 2007-10-11  Xavier Claessens  <xclaesse@gmail.com>
 
        * po/POTFILES.in: Add missing files.
index 5b0062f9e3fc5e8169f4469fde5d9ee2562d5e93..ee1951916ff3b06ba0fe1803ba7c292d7a2d48e1 100644 (file)
@@ -348,7 +348,7 @@ tp_contact_list_newchannel_cb (DBusGProxy           *proxy,
                               const gchar          *channel_type,
                               TelepathyHandleType   handle_type,
                               guint                 channel_handle,
                               const gchar          *channel_type,
                               TelepathyHandleType   handle_type,
                               guint                 channel_handle,
-                              gboolean              suppress_handle,
+                              gboolean              suppress_handler,
                               EmpathyTpContactList *list)
 {
        EmpathyTpContactListPriv *priv = GET_PRIV (list);
                               EmpathyTpContactList *list)
 {
        EmpathyTpContactListPriv *priv = GET_PRIV (list);
@@ -357,7 +357,7 @@ tp_contact_list_newchannel_cb (DBusGProxy           *proxy,
        const gchar              *bus_name;
 
        if (strcmp (channel_type, TP_IFACE_CHANNEL_TYPE_CONTACT_LIST) != 0 ||
        const gchar              *bus_name;
 
        if (strcmp (channel_type, TP_IFACE_CHANNEL_TYPE_CONTACT_LIST) != 0 ||
-           suppress_handle) {
+           suppress_handler) {
                return;
        }
 
                return;
        }
 
@@ -896,7 +896,7 @@ tp_contact_list_get_group (EmpathyTpContactList *list,
                                      TP_IFACE_CHANNEL_TYPE_CONTACT_LIST,
                                      TP_HANDLE_TYPE_GROUP,
                                      handle,
                                      TP_IFACE_CHANNEL_TYPE_CONTACT_LIST,
                                      TP_HANDLE_TYPE_GROUP,
                                      handle,
-                                     FALSE,
+                                     TRUE,
                                      &object_path,
                                      &error)) {
                empathy_debug (DEBUG_DOMAIN,
                                      &object_path,
                                      &error)) {
                empathy_debug (DEBUG_DOMAIN,