diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-05-11 06:11:23 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-05-11 06:11:23 +0000 |
commit | cc3055a48d4b90d86dc1f5b3878046795b2ed5b6 (patch) | |
tree | 6e8e381076e7c914a12b20a7584d00f0c08afc80 /src | |
parent | 3b2b5bf799e15079daa30fa4caaa317d98a0f178 (diff) |
fixed wrong status on persist qsearch filter.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1689 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/summaryview.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/summaryview.c b/src/summaryview.c index 0d838227..79fc7f6a 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -871,6 +871,7 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item, summaryview->on_filter = TRUE; summary_set_tree_model_from_list (summaryview, summaryview->flt_mlist); + summary_update_status(summaryview); } else { item->qsearch_cond_type = QS_ALL; summary_set_tree_model_from_list(summaryview, mlist); |