summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conn-presence.c3
-rw-r--r--src/connection.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/conn-presence.c b/src/conn-presence.c
index 2c1a9c428..29ab377e8 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 9b0a0392b..c60cce35b 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,