diff options
author | Felix Kaser <f.kaser@gmx.net> | 2010-08-03 19:54:12 +0800 |
---|---|---|
committer | Felix Kaser <f.kaser@gmx.net> | 2010-08-03 21:55:47 +0800 |
commit | dfa83a219e8ac885f2e9930656e5d186a164b386 (patch) | |
tree | a29461ea2926169558abc4196308455948202897 /src | |
parent | a84e9e79c7f7a0dca20e1f5b5bc576400238e55c (diff) | |
download | gsoc2013-empathy-dfa83a219e8ac885f2e9930656e5d186a164b386.tar gsoc2013-empathy-dfa83a219e8ac885f2e9930656e5d186a164b386.tar.gz gsoc2013-empathy-dfa83a219e8ac885f2e9930656e5d186a164b386.tar.bz2 gsoc2013-empathy-dfa83a219e8ac885f2e9930656e5d186a164b386.tar.lz gsoc2013-empathy-dfa83a219e8ac885f2e9930656e5d186a164b386.tar.xz gsoc2013-empathy-dfa83a219e8ac885f2e9930656e5d186a164b386.tar.zst gsoc2013-empathy-dfa83a219e8ac885f2e9930656e5d186a164b386.zip |
removed fixme comment when toggling show_offline
Diffstat (limited to 'src')
-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 |