diff options
author | Felix Kaser <f.kaser@gmx.net> | 2010-08-03 13:01:29 +0200 |
---|---|---|
committer | Felix Kaser <f.kaser@gmx.net> | 2010-08-03 15:55:47 +0200 |
commit | a84e9e79c7f7a0dca20e1f5b5bc576400238e55c (patch) | |
tree | d05758258be0faec1a0abb6e215a3775a8be5275 /src | |
parent | f5f67749239b7b6b8898c31acc3df33f4d02cd32 (diff) |
refactored show_offline property to the view
the show offline property was moved from the individual store to the
individual view. this allows to easily and automatically search through
offline contacts as well.
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index ae50eaa4e..6588dfd59 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -736,7 +736,7 @@ main_window_view_show_offline_cb (GtkToggleAction *action, /* Turn off sound just while we alter the contact list. */ // FIXME: empathy_sound_set_enabled (FALSE); - empathy_individual_store_set_show_offline (priv->individual_store, + empathy_individual_view_set_show_offline (priv->individual_view, current); //empathy_sound_set_enabled (TRUE); } |