aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-24 10:27:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-24 10:27:27 +0000
commit55692006b77d30380b5fd36cf6a8a67a34d8a2bd (patch)
tree0b426f805f81173071e8cd3d3a6ce82fb3f0bbab /src
parent81c11f2fe4a0b07795ec09d8585ca3840362ae5f (diff)
update the sensitivity of UI after quick search.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@925 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/summaryview.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index 2d8d029e..f0770609 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -4869,6 +4869,8 @@ void summary_qsearch_reset(SummaryView *summaryview)
summary_update_status(summaryview);
summary_status_show(summaryview);
+ summary_set_menu_sensitive(summaryview);
+ main_window_set_toolbar_sensitive(summaryview->mainwin);
}
void summary_qsearch(SummaryView *summaryview)
@@ -4981,6 +4983,8 @@ void summary_qsearch(SummaryView *summaryview)
summary_unlock(summaryview);
summary_update_status(summaryview);
summary_status_show(summaryview);
+ summary_set_menu_sensitive(summaryview);
+ main_window_set_toolbar_sensitive(summaryview->mainwin);
}