diff options
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r-- | 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 99b273fd4..08f85d0c5 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1183,7 +1183,7 @@ empathy_call_window_mic_toggled_cb (GtkToggleToolButton *toggle, /* TODO, Instead of setting the input volume to 0 we should probably * stop sending but this would cause the audio call to drop if both * sides mute at the same time on certain CMs AFAIK. Need to revisit this - * in the future + * in the future. GNOME #574574 */ empathy_audio_src_set_volume (EMPATHY_GST_AUDIO_SRC (priv->audio_input), 0); |