[telepathy-salut/master] salut_tubes_channel_tube_request: uncomment D-Bus tube new API code

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Jun 26 07:28:10 PDT 2009


---
 src/salut-tubes-channel.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/salut-tubes-channel.c b/src/salut-tubes-channel.c
index 02f4532..2316625 100644
--- a/src/salut-tubes-channel.c
+++ b/src/salut-tubes-channel.c
@@ -1026,15 +1026,12 @@ salut_tubes_channel_tube_request (SalutTubesChannel *self,
           TP_IFACE_CHANNEL_TYPE_STREAM_TUBE ".Service");
 
     }
-/* Temporarily disabled since the implementation is incomplete */
-#if 0
   else if (!tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_DBUS_TUBE))
     {
       type = TP_TUBE_TYPE_DBUS;
       service = tp_asv_get_string (request_properties,
           TP_IFACE_CHANNEL_TYPE_DBUS_TUBE ".ServiceName");
     }
-#endif
   else
     g_assert_not_reached ();
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list