[telepathy-salut/master] tube-dbus: bytestream_state_changed_cb: fire TubeChannelStateChanged signal

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


---
 src/tube-dbus.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index 118fa57..ca76175 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -546,6 +546,10 @@ bytestream_state_changed_cb (GibberBytestreamIface *bytestream,
   else if (state == GIBBER_BYTESTREAM_STATE_OPEN)
     {
       tube_dbus_open (self);
+
+      tp_svc_channel_interface_tube_emit_tube_channel_state_changed (self,
+          TP_TUBE_CHANNEL_STATE_OPEN);
+
       g_signal_emit (G_OBJECT (self), signals[OPENED], 0);
     }
 }
-- 
1.5.6.5




More information about the telepathy-commits mailing list