From: Xavier Claessens Date: Fri, 12 Oct 2007 12:44:49 +0000 (+0000) Subject: Set supress_handler to TRUE when creating new group channel. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=b4b1a54e84d210404ebc0f6c3e80622bc277ebc0 Set supress_handler to TRUE when creating new group channel. 2007-10-11 Xavier Claessens * libempathy/empathy-tp-contact-list.c: Set supress_handler to TRUE when creating new group channel. svn path=/trunk/; revision=369 --- diff --git a/ChangeLog b/ChangeLog index 6caf375c..5608ac94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-11 Xavier Claessens + + * libempathy/empathy-tp-contact-list.c: Set supress_handler to TRUE when + creating new group channel. + 2007-10-11 Xavier Claessens * po/POTFILES.in: Add missing files. diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index 5b0062f9..ee195191 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -348,7 +348,7 @@ tp_contact_list_newchannel_cb (DBusGProxy *proxy, const gchar *channel_type, TelepathyHandleType handle_type, guint channel_handle, - gboolean suppress_handle, + gboolean suppress_handler, 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 || - suppress_handle) { + suppress_handler) { return; } @@ -896,7 +896,7 @@ tp_contact_list_get_group (EmpathyTpContactList *list, TP_IFACE_CHANNEL_TYPE_CONTACT_LIST, TP_HANDLE_TYPE_GROUP, handle, - FALSE, + TRUE, &object_path, &error)) { empathy_debug (DEBUG_DOMAIN,