[Telepathy-commits] [telepathy-gabble/master] Register the base connection with the Contacts mixin

Sjoerd Simons sjoerd at luon.net
Tue Aug 19 10:54:24 PDT 2008


20080728172249-93b9a-f6555a6fff6c1d233c4155f423ace6440f4f8a7f.gz
---
 src/connection.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index e224bbd..94f4f9c 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -239,6 +239,8 @@ gabble_connection_constructor (GType type,
   tp_contacts_mixin_init (G_OBJECT (self),
       G_STRUCT_OFFSET (GabbleConnection, contacts));
 
+  tp_base_connection_register_with_contacts_iface (TP_BASE_CONNECTION (self));
+
   conn_avatars_init (self);
   conn_presence_init (self);
   conn_olpc_activity_properties_init (self);
-- 
1.5.6.3




More information about the Telepathy-commits mailing list