diff options
-rw-r--r-- | src/empathy-main-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 6588dfd59..f0dac6392 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -734,11 +734,8 @@ main_window_view_show_offline_cb (GtkToggleAction *action, EMPATHY_PREFS_UI_SHOW_OFFLINE, current); - /* Turn off sound just while we alter the contact list. */ - // FIXME: empathy_sound_set_enabled (FALSE); empathy_individual_view_set_show_offline (priv->individual_view, current); - //empathy_sound_set_enabled (TRUE); } static void |