aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-03-10 02:23:46 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-10 02:23:46 +0800
commit5a9ad70615f677546573fb7385a999d8c9a4ff43 (patch)
tree91fd8d8f77522abaaad18d937a1ad623b953e9a0
parentf6a27426d54ca131e2fb0a39ac18600e411b6c29 (diff)
downloadgsoc2013-empathy-5a9ad70615f677546573fb7385a999d8c9a4ff43.tar
gsoc2013-empathy-5a9ad70615f677546573fb7385a999d8c9a4ff43.tar.gz
gsoc2013-empathy-5a9ad70615f677546573fb7385a999d8c9a4ff43.tar.bz2
gsoc2013-empathy-5a9ad70615f677546573fb7385a999d8c9a4ff43.tar.lz
gsoc2013-empathy-5a9ad70615f677546573fb7385a999d8c9a4ff43.tar.xz
gsoc2013-empathy-5a9ad70615f677546573fb7385a999d8c9a4ff43.tar.zst
gsoc2013-empathy-5a9ad70615f677546573fb7385a999d8c9a4ff43.zip
Refer to the gnome bug number belonging to the TODO
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2649
-rw-r--r--src/empathy-call-window.c2
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);