[next] telepathy-salut: Stop using tp_dbus_properties_mixin_iface_init which has been removed

Simon McVittie smcv at kemper.freedesktop.org
Tue Apr 8 12:20:07 PDT 2014


Module: telepathy-salut
Branch: next
Commit: 3a8a93f39ec3cda86adeaa31b26c0bcdfd2084a0
URL:    http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=3a8a93f39ec3cda86adeaa31b26c0bcdfd2084a0

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Apr  7 19:48:48 2014 +0100

Stop using tp_dbus_properties_mixin_iface_init which has been removed

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77144

---

 src/connection.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index 0f24cef..61e6b09 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -90,8 +90,6 @@ G_DEFINE_TYPE_WITH_CODE(SalutConnection,
     TP_TYPE_BASE_CONNECTION,
     G_IMPLEMENT_INTERFACE(TP_TYPE_SVC_CONNECTION_INTERFACE_ALIASING1,
         salut_connection_aliasing_service_iface_init);
-    G_IMPLEMENT_INTERFACE(TP_TYPE_SVC_DBUS_PROPERTIES,
-       tp_dbus_properties_mixin_iface_init);
     G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_LIST1,
       tp_base_contact_list_mixin_list_iface_init);
     G_IMPLEMENT_INTERFACE(TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE1,



More information about the telepathy-commits mailing list