From 2196fd8bd137704f2642e06ab652aee29f3a0a5c Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 2 Feb 2007 09:20:09 +0000 Subject: disable 'Send' button when no queued messages exist. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1527 ee746299-78ed-0310-b773-934348b2243d --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6739ee2a..13a97010 100644 --- a/src/main.c +++ b/src/main.c @@ -1289,4 +1289,6 @@ static void send_queue(void) } folderview_update_all_updated(TRUE); + main_window_set_menu_sensitive(main_window_get()); + main_window_set_toolbar_sensitive(main_window_get()); } -- cgit v1.2.3