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

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


Module: telepathy-haze
Branch: next
Commit: 4ca81cc6a8d0c81f4befdccaf0d33000aabcab57
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=4ca81cc6a8d0c81f4befdccaf0d33000aabcab57

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Apr  7 19:47:49 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 fccfd8a..a719b82 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -61,8 +61,6 @@ enum
 G_DEFINE_TYPE_WITH_CODE(HazeConnection,
     haze_connection,
     TP_TYPE_BASE_CONNECTION,
-    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_DBUS_PROPERTIES,
-        tp_dbus_properties_mixin_iface_init);
     G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE1,
         tp_presence_mixin_iface_init);
     G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_ALIASING1,



More information about the telepathy-commits mailing list