aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Kaser <f.kaser@gmx.net>2010-08-03 19:01:29 +0800
committerFelix Kaser <f.kaser@gmx.net>2010-08-03 21:55:47 +0800
commita84e9e79c7f7a0dca20e1f5b5bc576400238e55c (patch)
treed05758258be0faec1a0abb6e215a3775a8be5275 /src
parentf5f67749239b7b6b8898c31acc3df33f4d02cd32 (diff)
downloadgsoc2013-empathy-a84e9e79c7f7a0dca20e1f5b5bc576400238e55c.tar
gsoc2013-empathy-a84e9e79c7f7a0dca20e1f5b5bc576400238e55c.tar.gz
gsoc2013-empathy-a84e9e79c7f7a0dca20e1f5b5bc576400238e55c.tar.bz2
gsoc2013-empathy-a84e9e79c7f7a0dca20e1f5b5bc576400238e55c.tar.lz
gsoc2013-empathy-a84e9e79c7f7a0dca20e1f5b5bc576400238e55c.tar.xz
gsoc2013-empathy-a84e9e79c7f7a0dca20e1f5b5bc576400238e55c.tar.zst
gsoc2013-empathy-a84e9e79c7f7a0dca20e1f5b5bc576400238e55c.zip
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.c2
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);
}