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

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


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

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

stop calling tp_dbus_properties_mixin_class_init()

It's been removed.

---

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

diff --git a/src/connection.c b/src/connection.c
index 598cc70..697fe17 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -925,7 +925,6 @@ haze_connection_class_init (HazeConnectionClass *klass)
     g_object_class_install_property (object_class, PROP_PRPL_INFO, param_spec);
 
 
-    tp_dbus_properties_mixin_class_init (object_class, 0);
     tp_dbus_properties_mixin_implement_interface (object_class,
         TP_IFACE_QUARK_CONNECTION_INTERFACE_MAIL_NOTIFICATION1,
         haze_connection_mail_properties_getter, NULL, mail_props);



More information about the telepathy-commits mailing list