]> git.0d.be Git - empathy.git/commitdiff
actually unmute the microphone when restarting the call
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 21 Sep 2012 08:54:52 +0000 (10:54 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 21 Sep 2012 09:05:30 +0000 (11:05 +0200)
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

index cf22dadf0acb6ffe4ed0839a188fe0d2308c0e12..ae8b637ddd70ee1436881bc540381e5c586374fd 100644 (file)
@@ -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)
         {