summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-07 19:09:44 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-08 19:54:43 +0100
commit52ff3bca058cc24a1ea7a8df1341d95f3c4060ae (patch)
tree053012477a198d2d0e1d2ed825a5439205d3014c
parent269b5b0225a8d6252a1aadf69cca17b8068871c1 (diff)
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
-rw-r--r--telepathy-glib/dbus.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index 5203fddc8..3120a8aea 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 (