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

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


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

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

stop calling tp_dbus_properties_mixin_class_init()

It's been removed.

---

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

diff --git a/src/tls-certificate.c b/src/tls-certificate.c
index a8d28aa..a0481ea 100644
--- a/src/tls-certificate.c
+++ b/src/tls-certificate.c
@@ -238,7 +238,6 @@ idle_tls_certificate_class_init (IdleTLSCertificateClass *klass)
       G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (oclass, PROP_DBUS_CONNECTION, pspec);
 
-  tp_dbus_properties_mixin_class_init (oclass, 0);
   tp_dbus_properties_mixin_implement_interface (oclass,
       TP_IFACE_QUARK_AUTHENTICATION_TLS_CERTIFICATE,
       tp_dbus_properties_mixin_getter_gobject_properties,



More information about the telepathy-commits mailing list