summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact-list-channel.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-25 14:13:51 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-25 14:45:15 +0100
commitd64a9f9e55455bfdd2e3baa8efb81824fc583529 (patch)
tree636255e11d7f08e009e1072293ca1bc08817d11f /telepathy-glib/contact-list-channel.c
parent68118a86b10735bf501d0870147f5c899e0ba906 (diff)
downloadtelepathy-glib-d64a9f9e55455bfdd2e3baa8efb81824fc583529.tar.gz
TpContactListManager: add support for contact group channels
Diffstat (limited to 'telepathy-glib/contact-list-channel.c')
-rw-r--r--telepathy-glib/contact-list-channel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/telepathy-glib/contact-list-channel.c b/telepathy-glib/contact-list-channel.c
index 30d7ef6b0..f0d488e4a 100644
--- a/telepathy-glib/contact-list-channel.c
+++ b/telepathy-glib/contact-list-channel.c
@@ -158,10 +158,8 @@ tp_contact_group_channel_constructed (GObject *object)
g_assert (self->handle_type == TP_HANDLE_TYPE_GROUP);
- /* We can presumably add people to user-defined groups, and also remove
- * them. */
tp_group_mixin_change_flags (object,
- TP_CHANNEL_GROUP_FLAG_CAN_ADD | TP_CHANNEL_GROUP_FLAG_CAN_REMOVE, 0);
+ _tp_contact_list_manager_get_group_flags (self->manager), 0);
}