[Telepathy-commits] [telepathy-gabble/master] tube-dbus: emit TubeChannelStateChanged when tube is open

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Jan 26 07:28:15 PST 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 248003a..eb0b658 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -498,6 +498,10 @@ bytestream_state_changed_cb (GabbleBytestreamIface *bytestream,
   else if (state == GABBLE_BYTESTREAM_STATE_OPEN)
     {
       tube_dbus_open (self);
+
+      gabble_svc_channel_interface_tube_emit_tube_channel_state_changed (self,
+          GABBLE_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