diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-30 19:21:03 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-30 20:21:03 +0800 |
commit | 984c03d2e1cd94fc6699d7b627080ed2d73d5466 (patch) | |
tree | 1207ee949606f2af1330a40d45bfc0985bd3fe2e /src/empathy.c | |
parent | 0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936 (diff) | |
download | gsoc2013-empathy-984c03d2e1cd94fc6699d7b627080ed2d73d5466.tar.gz gsoc2013-empathy-984c03d2e1cd94fc6699d7b627080ed2d73d5466.tar.zst gsoc2013-empathy-984c03d2e1cd94fc6699d7b627080ed2d73d5466.zip |
event-manager: use the conn aggregator instead of the contact mgr
https://bugzilla.gnome.org/show_bug.cgi?id=660547
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c index 57f5c8418..47b115d85 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -832,6 +832,9 @@ add_empathy_features (void) /* empathy_connection_aggregator_get_all_groups(), used by * EmpathyGroupsWidget relies on it */ TP_CONNECTION_FEATURE_CONTACT_GROUPS, + /* empathy_connection_aggregator_dup_all_contacts(), used by + * EmpathyEventManager relies on it */ + TP_CONNECTION_FEATURE_CONTACT_LIST, NULL); g_object_unref (factory); |