* src/compose.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Mon, 21 Jul 2003 20:25:19 +0000 (20:25 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Mon, 21 Jul 2003 20:25:19 +0000 (20:25 +0000)
put menu inside #ifdef USE_ASPELL..#endif

ChangeLog.claws
configure.ac
src/compose.c

index ca3bb99a8bf978520adb25c130d86710970d9926..80f84e87b5e79ffd7f6585d8c240b2aba9aa800d 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-20 [alfons]    0.9.3claws37
+
+       * src/compose.c
+               put menu inside #ifdef USE_ASPELL..#endif
+
 2003-07-20 [christoph] 0.9.3claws36
 
        * src/procmsg.c
index d74daa83277051e26b104df505c40c1794965de8..cacf736ef2ad347e67bdb992f2dc0cc78f12ce92 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=36
+EXTRA_VERSION=37
 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws${EXTRA_VERSION}
 
 dnl set $target
index 3e852154c9ec72f78915e3986c7c1a34811d0d83..732385356898fbf4f3d7c1a3f35714e5898aa8d2 100644 (file)
@@ -6210,7 +6210,9 @@ static void compose_allow_user_actions (Compose *compose, gboolean allow)
        toolbar_comp_set_sensitive(compose, allow);
        menu_set_sensitive(ifactory, "/File", allow);
        menu_set_sensitive(ifactory, "/Edit", allow);
+#if USE_ASPELL
        menu_set_sensitive(ifactory, "/Spelling", allow);
+#endif 
        menu_set_sensitive(ifactory, "/Message", allow);
        menu_set_sensitive(ifactory, "/Tools", allow);
        menu_set_sensitive(ifactory, "/Help", allow);