comparison src/gaimrc.c @ 84:51943f1a97a0

[gaim-migrate @ 94] Changed how some of the applet away and callbacks work so that you can't open the buddy list or be away without signing on first. Also made it so you can't try to sign on *while* signing on, by clicking "signon" while already signing on. Apparently, this had caused segfaults and other bad things to happen to some people. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Apr 2000 21:46:07 +0000
parents 05077cb276d4
children 350d88f043b6
comparison
equal deleted inserted replaced
83:8a98f129c849 84:51943f1a97a0
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <gtk/gtk.h> 31 #include <gtk/gtk.h>
32 #include "gaim.h" 32 #include "gaim.h"
33 #include "proxy.h" 33 #include "proxy.h"
34 34
35 #if USE_APPLET 35 #ifdef USE_APPLET
36 #include "gnome_applet_mgr.h" 36 #include "gnome_applet_mgr.h"
37 #endif 37 #endif
38 38
39 39
40 struct aim_user *current_user = NULL; 40 struct aim_user *current_user = NULL;