From a84e9e79c7f7a0dca20e1f5b5bc576400238e55c Mon Sep 17 00:00:00 2001 From: Felix Kaser Date: Tue, 3 Aug 2010 13:01:29 +0200 Subject: 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. --- src/empathy-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-main-window.c') 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); } -- cgit v1.2.3