aboutsummaryrefslogtreecommitdiff
path: root/src/compose.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/compose.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/compose.c')
-rw-r--r--src/compose.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compose.c b/src/compose.c
index ff48c1c3..7d43ea10 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -3551,6 +3551,9 @@ static gint compose_queue(Compose *compose, const gchar *file)
folder_item_scan(queue);
folderview_update_item(queue, TRUE);
+ main_window_set_menu_sensitive(main_window_get());
+ main_window_set_toolbar_sensitive(main_window_get());
+
return 0;
}