diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-02-02 09:20:09 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-02-02 09:20:09 +0000 |
commit | 2196fd8bd137704f2642e06ab652aee29f3a0a5c (patch) | |
tree | 06c9d809f710762170f2c3ec6617938891e6f46c /src/main.c | |
parent | b4f66f4dbf383904028bc127ff7adc8c9e9eff66 (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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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()); } |