[Telepathy-commits] [telepathy-gabble/master] Use tne final register_with_contacts_mixin instead of register_with_contacts_iface naming

Sjoerd Simons sjoerd at luon.net
Thu Aug 14 09:59:51 PDT 2008


20080814165951-93b9a-f6caa92603864dfb56b9b75639633122c7973f69.gz
---
 src/conn-presence.c |    2 +-
 src/connection.c    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conn-presence.c b/src/conn-presence.c
index c58b4b6..967e71f 100644
--- a/src/conn-presence.c
+++ b/src/conn-presence.c
@@ -329,7 +329,7 @@ conn_presence_init (GabbleConnection *conn)
   tp_presence_mixin_init ((GObject *) conn,
       G_STRUCT_OFFSET (GabbleConnection, presence));
 
-  tp_presence_mixin_simple_presence_register_with_contacts_iface (
+  tp_presence_mixin_simple_presence_register_with_contacts_mixin (
       G_OBJECT (conn));
 }
 
diff --git a/src/connection.c b/src/connection.c
index be6912d..8ecb582 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -241,7 +241,7 @@ 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));
+  tp_base_connection_register_with_contacts_mixin (TP_BASE_CONNECTION (self));
 
   conn_aliasing_init (self);
   conn_avatars_init (self);
-- 
1.5.6.3




More information about the Telepathy-commits mailing list