aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-02 09:20:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-02 09:20:09 +0000
commit2196fd8bd137704f2642e06ab652aee29f3a0a5c (patch)
tree06c9d809f710762170f2c3ec6617938891e6f46c /src/main.c
parentb4f66f4dbf383904028bc127ff7adc8c9e9eff66 (diff)
disable 'Send' button when no queued messages exist.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1527 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
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());
}