[Telepathy-commits] [telepathy-gabble/master] Update to the new tp-glib simple presence function naming scheme

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


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

diff --git a/src/conn-presence.c b/src/conn-presence.c
index 2c1a9c4..29ab377 100644
--- a/src/conn-presence.c
+++ b/src/conn-presence.c
@@ -315,7 +315,8 @@ conn_presence_class_init (GabbleConnectionClass *klass)
       status_available_cb, construct_contact_statuses_cb,
       set_own_status_cb, gabble_statuses);
 
-  tp_presence_mixin_simple_init_dbus_properties ((GObjectClass *) klass);
+  tp_presence_mixin_simple_presence_init_dbus_properties (
+    (GObjectClass *) klass);
 }
 
 
diff --git a/src/connection.c b/src/connection.c
index 9b0a039..c60cce3 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -87,7 +87,7 @@ G_DEFINE_TYPE_WITH_CODE(GabbleConnection,
     G_IMPLEMENT_INTERFACE(TP_TYPE_SVC_DBUS_PROPERTIES,
        tp_dbus_properties_mixin_iface_init);
     G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE,
-      tp_presence_mixin_simple_iface_init);
+      tp_presence_mixin_simple_presence_iface_init);
     G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE,
       conn_presence_iface_init);
     G_IMPLEMENT_INTERFACE (GABBLE_TYPE_SVC_OLPC_BUDDY_INFO,
-- 
1.5.6.3




More information about the Telepathy-commits mailing list