[next] telepathy-idle: 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-idle
Branch: next
Commit: e8aad702b0f82dc9bdd82e3a7212d455f7862bb3
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=e8aad702b0f82dc9bdd82e3a7212d455f7862bb3

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Apr  7 19:48:34 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/tls-certificate.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/tls-certificate.c b/src/tls-certificate.c
index 0842af5..6973899 100644
--- a/src/tls-certificate.c
+++ b/src/tls-certificate.c
@@ -34,9 +34,7 @@ G_DEFINE_TYPE_WITH_CODE (IdleTLSCertificate,
     idle_tls_certificate,
     G_TYPE_OBJECT,
     G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_AUTHENTICATION_TLS_CERTIFICATE,
-        tls_certificate_iface_init);
-    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_DBUS_PROPERTIES,
-        tp_dbus_properties_mixin_iface_init);)
+        tls_certificate_iface_init))
 
 struct _IdleTLSCertificatePrivate {
   gchar *object_path;



More information about the telepathy-commits mailing list