src/away.c

changeset 9709
2e73f176cc80
parent 9699
d1ca5dd91cc2
child 9730
e59812364b8b
equal deleted inserted replaced
9708:72ebfb02658f 9709:2e73f176cc80
33 33
34 /* XXX CORE/UI: Until we can get rid of the message queue stuff... */ 34 /* XXX CORE/UI: Until we can get rid of the message queue stuff... */
35 #include "gaim.h" 35 #include "gaim.h"
36 #include "gtkinternal.h" 36 #include "gtkinternal.h"
37 #include "gtkblist.h" 37 #include "gtkblist.h"
38 #include "gtkdialogs.h"
38 #include "gtkimhtml.h" 39 #include "gtkimhtml.h"
39 #include "gtkprefs.h" 40 #include "gtkprefs.h"
40 #include "gtkutils.h" 41 #include "gtkutils.h"
41 #include "ui.h"
42 42
43 GtkWidget *imaway = NULL; 43 GtkWidget *imaway = NULL;
44 GtkWidget *awaymenu = NULL; 44 GtkWidget *awaymenu = NULL;
45 GtkWidget *awayqueue = NULL; 45 GtkWidget *awayqueue = NULL;
46 GtkListStore *awayqueuestore = NULL; 46 GtkListStore *awayqueuestore = NULL;

mercurial