summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-07 15:28:08 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-13 12:20:08 +0000
commit08d4f73b014148a6f58c3668404672a3fba24f9d (patch)
treebedb4969c27af9abb180292e2430a9780a3d2019
parent618be0a7f7d9eae3a892e866accb12cef9550ed2 (diff)
Don't explicitly include Requests in list of interfaces
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--src/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c
index f52f5e51f..0eaed01ea 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -855,7 +855,6 @@ static const gchar *implemented_interfaces[] = {
TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO1,
TP_IFACE_CONNECTION_INTERFACE_CONTACT_LIST1,
TP_IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS1,
- TP_IFACE_CONNECTION_INTERFACE_REQUESTS,
TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES1,
TP_IFACE_CONNECTION_INTERFACE_LOCATION1,
GABBLE_IFACE_CONNECTION_INTERFACE_GABBLE_DECLOAK,