# HG changeset patch # User Eric Warmenhoven # Date 974900794 0 # Node ID 418b1738a9a714828a64ff2184ef2aa70847a249 # Parent ccfa5d52e4dfa0e6afafbe19ff4a01a84dc81b1e [gaim-migrate @ 1138] i guess ispell_cmd is only necessary where it's used, which is only in aim.c committer: Tailor Script diff -r ccfa5d52e4df -r 418b1738a9a7 src/aim.c --- a/src/aim.c Wed Nov 22 13:45:32 2000 +0000 +++ b/src/aim.c Wed Nov 22 13:46:34 2000 +0000 @@ -58,6 +58,8 @@ #include #endif +static gchar *ispell_cmd[] = { "ispell", "-a", NULL }; + static GtkWidget *name; static GtkWidget *pass; diff -r ccfa5d52e4df -r 418b1738a9a7 src/gtkspell.h --- a/src/gtkspell.h Wed Nov 22 13:45:32 2000 +0000 +++ b/src/gtkspell.h Wed Nov 22 13:46:34 2000 +0000 @@ -22,8 +22,6 @@ /* PLEASE NOTE that this API is unstable and subject to change. */ #define GTKSPELL_VERSION "0.3.2" -static gchar *ispell_cmd[] = { "ispell", "-a", NULL }; - extern int gtkspell_start(char *path, char *args[]); /* Spawns the spell checking program. *