diff src/main.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 b61520e71679
children 5cd96052bc45
line wrap: on
line diff
--- a/src/main.c	Tue Jun 03 17:37:25 2003 +0000
+++ b/src/main.c	Tue Jun 03 19:55:47 2003 +0000
@@ -56,6 +56,7 @@
 #include "notify.h"
 #include "gtkaccount.h"
 #include "gtkblist.h"
+#include "gtkconn.h"
 #include "gtkdebug.h"
 #include "gtknotify.h"
 #include "gtkrequest.h"
@@ -892,6 +893,7 @@
 	gaim_set_notify_ui_ops(gaim_get_gtk_notify_ui_ops());
 	gaim_set_request_ui_ops(gaim_get_gtk_request_ui_ops());
 	gaim_set_sound_ui_ops(gaim_get_gtk_sound_ui_ops());
+	gaim_set_connection_ui_ops(gaim_get_gtk_connection_ui_ops());
 
 	gaim_proxy_init();
 	gaim_sound_init();