comparison src/aim.c @ 1128:418b1738a9a7

[gaim-migrate @ 1138] i guess ispell_cmd is only necessary where it's used, which is only in aim.c committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Nov 2000 13:46:34 +0000
parents a70d5200edde
children 5b5d03dfa48a
comparison
equal deleted inserted replaced
1127:ccfa5d52e4df 1128:418b1738a9a7
55 #include "gtkticker.h" 55 #include "gtkticker.h"
56 #include "gtkspell.h" 56 #include "gtkspell.h"
57 #ifndef USE_GNOME 57 #ifndef USE_GNOME
58 #include <getopt.h> 58 #include <getopt.h>
59 #endif 59 #endif
60
61 static gchar *ispell_cmd[] = { "ispell", "-a", NULL };
60 62
61 static GtkWidget *name; 63 static GtkWidget *name;
62 static GtkWidget *pass; 64 static GtkWidget *pass;
63 65
64 GList *log_conversations = NULL; 66 GList *log_conversations = NULL;