summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-31 15:55:21 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-31 15:55:21 +0100
commitfa115d82e775075a9c9dbc7923ff5c375947378b (patch)
treec0b417c9c5585e6a6b64372a5cccfdfb31e86f0a /telepathy-glib
parente93e8889e7b75fa25911419a757e24ae23bcd4d6 (diff)
parent7fd5cd6f113df88f5282486c86c0491f83b74919 (diff)
Merge branch 'telepathy-glib-0.16'
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/group-mixin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/group-mixin.c b/telepathy-glib/group-mixin.c
index 959fb4ac..5bf68fdb 100644
--- a/telepathy-glib/group-mixin.c
+++ b/telepathy-glib/group-mixin.c
@@ -334,7 +334,7 @@ tp_group_mixin_init (GObject *obj,
if (self_handle != 0)
mixin->self_handle = tp_handle_ref (handle_repo, self_handle);
- mixin->group_flags = 0;
+ mixin->group_flags = TP_CHANNEL_GROUP_FLAG_MEMBERS_CHANGED_DETAILED;
mixin->members = tp_handle_set_new (handle_repo);
mixin->local_pending = tp_handle_set_new (handle_repo);