From 2d3e3cdf6e8cf6753b9fb1167399c68f90b55c75 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 26 Aug 2009 16:57:16 +0100 Subject: Ensure we call the empathy_sound_stop from the main thread The canberra gtk context is stored in thread-local storage, so we need to ensure that we start and stop the sounds from the same thread. --- src/empathy-call-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index f7ba24232..fed71b995 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1403,6 +1403,8 @@ empathy_call_window_connected (gpointer user_data) EmpathyTpCall *call; gboolean can_send_video; + empathy_sound_stop (EMPATHY_SOUND_PHONE_OUTGOING); + can_send_video = priv->video_input != NULL && priv->contact != NULL && empathy_contact_can_voip_video (priv->contact); @@ -1471,7 +1473,6 @@ empathy_call_window_src_added_cb (EmpathyCallHandler *handler, g_timer_start (priv->timer); priv->timer_id = g_idle_add (empathy_call_window_connected, self); priv->call_state = CONNECTED; - empathy_sound_stop (EMPATHY_SOUND_PHONE_OUTGOING); } switch (media_type) -- cgit v1.2.3