[telepathy-salut/master] salut_muc_channel_received_stanza: remove D-Bus tube exception now they implement the new API
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Jun 26 07:28:11 PDT 2009
---
src/salut-muc-channel.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/salut-muc-channel.c b/src/salut-muc-channel.c
index 951d2e9..a1ccdbc 100644
--- a/src/salut-muc-channel.c
+++ b/src/salut-muc-channel.c
@@ -1182,9 +1182,7 @@ salut_muc_channel_received_stanza (GibberMucConnection *conn,
SalutTubeIface *tube;
tube = g_ptr_array_index (tubes, i);
- if (SALUT_IS_TUBE_STREAM (tube))
- /* FIXME: remove this test once D-Tube implements new API */
- g_hash_table_insert (channels, tube, NULL);
+ g_hash_table_insert (channels, tube, NULL);
}
if (g_hash_table_size (channels) > 0)
--
1.5.6.5
More information about the telepathy-commits
mailing list