[next] telepathy-rakia: stop calling tp_dbus_properties_mixin_class_init()

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Fri May 16 07:37:44 PDT 2014


Module: telepathy-rakia
Branch: next
Commit: ab3ea2f6556a2b1b1daae3f3ec19e6c1f0f939de
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=ab3ea2f6556a2b1b1daae3f3ec19e6c1f0f939de

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri May 16 16:37:30 2014 +0200

stop calling tp_dbus_properties_mixin_class_init()

It's been removed.

---

 src/sip-connection.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/sip-connection.c b/src/sip-connection.c
index 1c288b0..bf96587 100644
--- a/src/sip-connection.c
+++ b/src/sip-connection.c
@@ -623,7 +623,6 @@ rakia_connection_class_init (RakiaConnectionClass *klass)
 
 #undef INST_PROP
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
       TP_IFACE_QUARK_CONNECTION_INTERFACE_ALIASING1,
       conn_aliasing_properties_getter, NULL, conn_aliasing_properties);



More information about the telepathy-commits mailing list