summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-16 15:03:53 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-16 15:41:10 +0200
commita5917bd619a00dc750b9716f100b915edbe2c164 (patch)
tree23596777fffc65ca3dd0870708dfb10d75f50a15 /src
parentfe0154fbf172a1a64086b3e6542fb2671413cb4f (diff)
connection: stop claiming to implement Presence
We don't call G_IMPLEMENT_INTERFACE for it any more. https://bugs.freedesktop.org/show_bug.cgi?id=69414
Diffstat (limited to 'src')
-rw-r--r--src/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c
index 7d32eeb6d..516bda190 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -875,7 +875,6 @@ static const gchar *implemented_interfaces[] = {
TP_IFACE_CONNECTION_INTERFACE_POWER_SAVING,
TP_IFACE_CONNECTION_INTERFACE_ALIASING,
TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE,
- TP_IFACE_CONNECTION_INTERFACE_PRESENCE,
TP_IFACE_CONNECTION_INTERFACE_AVATARS,
TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO,
TP_IFACE_CONNECTION_INTERFACE_CONTACTS,