From dfa83a219e8ac885f2e9930656e5d186a164b386 Mon Sep 17 00:00:00 2001 From: Felix Kaser Date: Tue, 3 Aug 2010 13:54:12 +0200 Subject: removed fixme comment when toggling show_offline --- src/empathy-main-window.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 -- cgit