telepathy-salut: tubes-manager: stop adding caps for Tubes channels

Jonny Lamb jonny at kemper.freedesktop.org
Tue Aug 28 06:30:43 PDT 2012


Module: telepathy-salut
Branch: master
Commit: 05f0814132b5fcf2119017dfea72a2c40a3f79ec
URL:    http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=05f0814132b5fcf2119017dfea72a2c40a3f79ec

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Fri May 25 17:27:36 2012 +0100

tubes-manager: stop adding caps for Tubes channels

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

 src/tubes-manager.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/tubes-manager.c b/src/tubes-manager.c
index 1b1b6e0..7a5d02b 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;
 



More information about the telepathy-commits mailing list