diff src/gtkconv.c @ 5717:1d140b31d4b3

[gaim-migrate @ 6138] this almost kinda sorta works. It's the wonderful connecting dialog that shows you how far along you are in connecting. This also gets rid of the ever-present signon dialog. Oh, and I ended up digging through header hell and changing a lot. Hopefully I didn't break anything too badly. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 03 Jun 2003 19:55:47 +0000
parents 46d7ad0dfa26
children af159a5bbaa0
line wrap: on
line diff
--- a/src/gtkconv.c	Tue Jun 03 17:37:25 2003 +0000
+++ b/src/gtkconv.c	Tue Jun 03 19:55:47 2003 +0000
@@ -46,6 +46,11 @@
 #include "gtkblist.h"
 #include "notify.h"
 #include "prefs.h"
+#include "gtkconv.h"
+#include "gaim.h"
+#include "ui.h"
+#include "debug.h"
+#include "multi.h"
 
 #ifdef _WIN32
 #include "win32dep.h"