[Telepathy-commits] [telepathy-gabble/master] gabble_tube_dbus_offer: fire TubeChannelStateChanged
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Jan 26 10:11:43 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 95d6cc3..48f0d1c 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -1244,6 +1244,10 @@ gabble_tube_dbus_offer (GabbleTubeDBus *tube,
tube->priv->offered = TRUE;
g_signal_emit (G_OBJECT (tube), signals[OFFERED], 0);
+
+ gabble_svc_channel_interface_tube_emit_tube_channel_state_changed (tube,
+ GABBLE_TUBE_CHANNEL_STATE_REMOTE_PENDING);
+
return TRUE;
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list