[Telepathy-commits] [telepathy-gabble/master] gabble_tubes_channel_tube_si_offered: emit NewChannel signal

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Jan 26 09:43:38 PST 2009


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

diff --git a/src/tubes-channel.c b/src/tubes-channel.c
index 1c609ab..56e8167 100644
--- a/src/tubes-channel.c
+++ b/src/tubes-channel.c
@@ -1237,6 +1237,9 @@ gabble_tubes_channel_tube_si_offered (GabbleTubesChannel *self,
   tube = create_new_tube (self, type, priv->handle, service,
       parameters, stream_id, tube_id, (GabbleBytestreamIface *) bytestream);
 
+  tp_channel_manager_emit_new_channel (priv->conn->private_tubes_factory,
+      TP_EXPORTABLE_CHANNEL (tube), NULL);
+
   g_hash_table_destroy (parameters);
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list