comparison src/away.c @ 9944:e4a27c9aec4c

[gaim-migrate @ 10838] with much rejoicing, and massive thanks to the efforts of Christian, and all who have helped him, I present to you the incomplete status rewrite! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Sep 2004 21:35:52 +0000
parents 430ef8fc963d
children b13013595c08
comparison
equal deleted inserted replaced
9943:f8e395a054e2 9944:e4a27c9aec4c
31 #include "prpl.h" 31 #include "prpl.h"
32 #include "status.h" 32 #include "status.h"
33 #include "util.h" 33 #include "util.h"
34 #include "request.h" 34 #include "request.h"
35 35
36 #if 0
36 /* XXX CORE/UI: Until we can get rid of the message queue stuff... */ 37 /* XXX CORE/UI: Until we can get rid of the message queue stuff... */
37 #include "away.h" 38 #include "away.h"
38 #include "gaim.h" 39 #include "gaim.h"
39 #include "gtkblist.h" 40 #include "gtkblist.h"
40 #include "gtkdialogs.h" 41 #include "gtkdialogs.h"
913 focus_chain = g_list_prepend(focus_chain, hbox); 914 focus_chain = g_list_prepend(focus_chain, hbox);
914 915
915 gtk_widget_show_all(ca->window); 916 gtk_widget_show_all(ca->window);
916 gtk_container_set_focus_chain(GTK_CONTAINER(vbox), focus_chain); 917 gtk_container_set_focus_chain(GTK_CONTAINER(vbox), focus_chain);
917 } 918 }
919 #endif /* 0 */