summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-25 17:27:36 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-31 13:52:39 +0100
commit05f0814132b5fcf2119017dfea72a2c40a3f79ec (patch)
tree4cc5fd4fbdf35ba7ee08e279ce7d5135137823b3 /src
parent0b6256963b13dfdbc8618d77c9565d02016487ac (diff)
downloadtelepathy-salut-05f0814132b5fcf2119017dfea72a2c40a3f79ec.tar.gz
tubes-manager: stop adding caps for Tubes channels
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src')
-rw-r--r--src/tubes-manager.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tubes-manager.c b/src/tubes-manager.c
index 1b1b6e03..7a5d02bc 100644
--- a/src/tubes-manager.c
+++ b/src/tubes-manager.c
@@ -1309,8 +1309,7 @@ gabble_private_tubes_factory_add_cap (GabbleCapsChannelManager *manager,
TP_IFACE_CHANNEL ".ChannelType");
/* 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;