comparison src/account.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 e33778b9d395
children 1b5e6e6e80e9
comparison
equal deleted inserted replaced
5716:52f301dbfeaa 5717:1d140b31d4b3
30 #include <sys/stat.h> 30 #include <sys/stat.h>
31 #include <sys/types.h> 31 #include <sys/types.h>
32 #include <glib.h> 32 #include <glib.h>
33 33
34 #include "account.h" 34 #include "account.h"
35 #include "debug.h"
35 #include "prefs.h" 36 #include "prefs.h"
36 #include "prpl.h" 37 #include "prpl.h"
38 #include "util.h"
37 39
38 typedef enum 40 typedef enum
39 { 41 {
40 TAG_NONE = 0, 42 TAG_NONE = 0,
41 TAG_PROTOCOL, 43 TAG_PROTOCOL,