[Telepathy-commits] [telepathy-salut/master] salut_tube_stream_accepted: fire TubeChannelStateChanged signal
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Mar 11 09:15:30 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 aba90ff..390c276 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1832,6 +1832,9 @@ salut_tube_stream_accepted (SalutTubeIface *tube)
priv->state = TP_TUBE_STATE_OPEN;
g_signal_emit (G_OBJECT (self), signals[OPENED], 0);
+
+ salut_svc_channel_interface_tube_emit_tube_channel_state_changed (
+ self, SALUT_TUBE_CHANNEL_STATE_OPEN);
}
/**
--
1.5.6.5
More information about the telepathy-commits
mailing list