[telepathy-gabble/master] don't skip D-Bus tubes in gabble_tubes_channel_foreach
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Apr 15 09:26:57 PDT 2009
they are now ported to the new API so they should be included
---
src/tubes-channel.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/tubes-channel.c b/src/tubes-channel.c
index 97c27e0..847d5b2 100644
--- a/src/tubes-channel.c
+++ b/src/tubes-channel.c
@@ -735,8 +735,7 @@ foreach_slave (gpointer key,
TpTubeType type;
g_object_get (tube, "type", &type, NULL);
- if (type == TP_TUBE_TYPE_STREAM)
- data->foreach (TP_EXPORTABLE_CHANNEL (tube), data->user_data);
+ data->foreach (TP_EXPORTABLE_CHANNEL (tube), data->user_data);
}
void gabble_tubes_channel_foreach (GabbleTubesChannel *self,
--
1.5.6.5
More information about the telepathy-commits
mailing list