[telepathy-gabble/master] Emit GabbleCallStream's LocalCandidatesAdded signal.

Mike Ruprecht mike.ruprecht at collabora.co.uk
Tue Dec 29 05:35:10 PST 2009


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

diff --git a/src/call-stream.c b/src/call-stream.c
index 96e0c51..c42c74d 100644
--- a/src/call-stream.c
+++ b/src/call-stream.c
@@ -547,6 +547,9 @@ gabble_call_stream_add_candidates (GabbleSvcCallStreamInterfaceMedia *iface,
 
   gabble_jingle_content_add_candidates (priv->content, l);
 
+  gabble_svc_call_stream_interface_media_emit_local_candidates_added (self,
+      candidates);
+
   gabble_svc_call_stream_interface_media_return_from_add_candidates (context);
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list