aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-12 20:44:49 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-12 20:44:49 +0800
commit7fe39120a7aeef04f41105eee5173cd10b423474 (patch)
tree24b8c2dc3b9594a1bd01ae16da53df8af4b070ad /libempathy
parent2d1ea4f20301777578ce19fc39a4b673b9be6ce4 (diff)
downloadgsoc2013-empathy-7fe39120a7aeef04f41105eee5173cd10b423474.tar
gsoc2013-empathy-7fe39120a7aeef04f41105eee5173cd10b423474.tar.gz
gsoc2013-empathy-7fe39120a7aeef04f41105eee5173cd10b423474.tar.bz2
gsoc2013-empathy-7fe39120a7aeef04f41105eee5173cd10b423474.tar.lz
gsoc2013-empathy-7fe39120a7aeef04f41105eee5173cd10b423474.tar.xz
gsoc2013-empathy-7fe39120a7aeef04f41105eee5173cd10b423474.tar.zst
gsoc2013-empathy-7fe39120a7aeef04f41105eee5173cd10b423474.zip
2007-10-11 Xavier Claessens <xclaesse@gmail.com>
* libempathy/empathy-tp-contact-list.c: Set supress_handler to TRUE when creating new group channel. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@369 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-contact-list.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c
index 5b0062f9e..ee1951916 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,