[Pkg-telepathy-commits] [telepathy-glib-1] 141/212: tp_dbus_connection_try_register_object: re-allow TP_TYPE_SVC_DBUS_PROPERTIES

Simon McVittie smcv at debian.org
Wed May 14 12:09:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-glib-1.

commit 52ff3bca058cc24a1ea7a8df1341d95f3c4060ae
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Apr 7 19:09:44 2014 +0100

    tp_dbus_connection_try_register_object: re-allow TP_TYPE_SVC_DBUS_PROPERTIES
    
    MC still needs this.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77144
    Reviewed-by: Xavier Claessens
---
 telepathy-glib/dbus.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index 5203fdd..3120a8a 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -837,14 +837,6 @@ tp_dbus_connection_try_register_object (GDBusConnection *dbus_connection,
           continue;
         }
 
-      /* We don't want to export Properties interface, TpSvcInterfaceSkeleton
-       * will handle that itself. */
-      if (iface == TP_TYPE_SVC_DBUS_PROPERTIES)
-        {
-          WARNING ("TpSvcDBusProperties interface shouldn't be implemented");
-          continue;
-        }
-
       skeleton = _tp_svc_interface_skeleton_new (object, iface, iinfo);
 
       if (!g_dbus_interface_skeleton_export (

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib-1.git



More information about the Pkg-telepathy-commits mailing list