[Telepathy-commits] [telepathy-gabble/master] gabble_tube_dbus_offer: don't fire the StateChanged signal as it will be once the bytestream is open

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Feb 4 08:43:50 PST 2009


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

diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index b1e81ab..4808c96 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -1242,9 +1242,6 @@ gabble_tube_dbus_offer (GabbleTubeDBus *tube,
       g_object_set (priv->bytestream,
           "state", GABBLE_BYTESTREAM_STATE_OPEN,
           NULL);
-
-      gabble_svc_channel_interface_tube_emit_tube_channel_state_changed (tube,
-          GABBLE_TUBE_CHANNEL_STATE_OPEN);
     }
 
   if (!create_dbus_server (tube, error))
-- 
1.5.6.5




More information about the telepathy-commits mailing list