fix menubar sensitivity on send
authorPaul Mangan <paul@claws-mail.org>
Sat, 14 Dec 2002 09:03:03 +0000 (09:03 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sat, 14 Dec 2002 09:03:03 +0000 (09:03 +0000)
src/compose.c

index fb3f50cae9d96c1d1492c24f53d4fb42726ad6d9..ea714094d1524d6046c3be229e1f2974cde49c3f 100644 (file)
@@ -6279,6 +6279,7 @@ static void compose_allow_user_actions (Compose *compose, gboolean allow)
        compose_toolbar_set_sensitive(compose, allow);
        menu_set_sensitive(ifactory, "/File", allow);
        menu_set_sensitive(ifactory, "/Edit", allow);
+       menu_set_sensitive(ifactory, "/Spelling", allow);
        menu_set_sensitive(ifactory, "/Message", allow);
        menu_set_sensitive(ifactory, "/Tools", allow);
        menu_set_sensitive(ifactory, "/Help", allow);