summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-07 14:45:58 -0400
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-07 17:17:39 -0400
commite354405a2da76af3003c717700c6ec516d3db59a (patch)
tree81f2228cc25450030d7cfc212c5b586ca5446d4e /src
parentbcffba14680ebd2146f5c51b862b57b55371e124 (diff)
gabble_private_tubes_factory_add_cap: stop checking for Tubes type
We don't support the old tube API since a while.
Diffstat (limited to 'src')
-rw-r--r--src/private-tubes-factory.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/private-tubes-factory.c b/src/private-tubes-factory.c
index b2d8d35b4..b70f1b069 100644
--- a/src/private-tubes-factory.c
+++ b/src/private-tubes-factory.c
@@ -577,8 +577,7 @@ gabble_private_tubes_factory_add_cap (GabbleCapsChannelManager *manager,
TP_PROP_CHANNEL_CHANNEL_TYPE);
/* this channel is not for this factory */
- if (tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_TUBES) &&
- tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_STREAM_TUBE) &&
+ if (tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_STREAM_TUBE) &&
tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_DBUS_TUBE))
return;