[Telepathy-commits] [telepathy-salut/master] salut_tube_stream_add_bytestream: fire NewConnection signal (new API)
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Mar 11 09:15:23 PDT 2009
---
src/tube-stream.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/tube-stream.c b/src/tube-stream.c
index b5ecbc3..7db3d64 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -2040,6 +2040,9 @@ salut_tube_stream_add_bytestream (SalutTubeIface *tube,
g_signal_emit (G_OBJECT (self), signals[NEW_CONNECTION], 0, contact);
+ salut_svc_channel_type_stream_tube_emit_stream_tube_new_connection (
+ self, contact);
+
tp_handle_unref (contact_repo, contact);
g_free (peer_id);
}
--
1.5.6.5
More information about the telepathy-commits
mailing list