[empathy] actually unmute the microphone when restarting the call



commit a41c285de41f1bde781937de6644869eaa372190
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Sep 21 10:54:52 2012 +0200

    actually unmute the microphone when restarting the call
    
    That's what this code was always meant to do but some idiot named Guillaume
    changed it and introduced this regression in
    74d098cd8894f72321237e120267a5ec3f188b3f when using the
    audio-input-microphone-muted-symbolic icon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684531

 src/empathy-call-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index cf22dad..ae8b637 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -2577,7 +2577,7 @@ empathy_call_window_disconnected (EmpathyCallWindow *self,
 
       /* Be sure that the mic button is enabled */
       empathy_audio_src_set_mute (
-          EMPATHY_GST_AUDIO_SRC (self->priv->audio_input), TRUE);
+          EMPATHY_GST_AUDIO_SRC (self->priv->audio_input), FALSE);
 
       if (priv->camera_state == CAMERA_STATE_ON)
         {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]