compile spelling ui only if requested
+2003-08-09 [alfons] 0.9.4claws15
+
+ * src/prefs_spelling.c
+ no spell checking UI if not requested
+
2003-08-09 [alfons] 0.9.4claws14
* src/gtk/prefswindow.c
MICRO_VERSION=4
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=14
+EXTRA_VERSION=15
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
else
# include "config.h"
#endif
+#if USE_ASPELL
+
#include "defs.h"
#include <stdio.h>
prefs_gtk_unregister_page((PrefsPage *) prefs_spelling);
g_free(prefs_spelling);
}
+
+#endif /* USE_ASPELL */