comparison src/main.c @ 6479:b808f9734879

[gaim-migrate @ 6992] (19:12:00) Robot101: replacing some slightly crufty old code which makes assumptions like AIM-only, ignores gcs, could've messed up in certain obscure circumstances. (19:12:10) Robot101: my code's probably more efficient in cpu and memory too. (19:12:28) Robot101: and it's orthogonal to my message queue work so I split it off. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 15 Aug 2003 23:13:42 +0000
parents d6777fa16645
children 156e6643f9db
comparison
equal deleted inserted replaced
6478:338147ea6896 6479:b808f9734879
63 extern void load_pounces(); 63 extern void load_pounces();
64 64
65 static GtkWidget *name; 65 static GtkWidget *name;
66 static GtkWidget *pass; 66 static GtkWidget *pass;
67 67
68 GSList *away_messages = NULL;
69 GSList *message_queue = NULL;
70 GSList *unread_message_queue = NULL;
71 GSList *away_time_queue = NULL;
72
73 GtkWidget *mainwindow = NULL; 68 GtkWidget *mainwindow = NULL;
74
75 69
76 int opt_away = 0; 70 int opt_away = 0;
77 int docklet_count = 0; 71 int docklet_count = 0;
78 char *opt_away_arg = NULL; 72 char *opt_away_arg = NULL;
79 char *opt_rcfile_arg = NULL; 73 char *opt_rcfile_arg = NULL;