src/aim.c

changeset 1128
55c00a51976a
parent 1124
b60f98b2c76e
child 1137
3d04e516f664
equal deleted inserted replaced
1127:844a993754cc 1128:55c00a51976a
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;

mercurial