fix menubar sensitivity on send

This commit is contained in:
Paul Mangan 2002-12-14 09:03:03 +00:00
parent 55002ca3cc
commit b4ef55a6b8

View 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);