comparison src/prpl.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 dae79aefac8d
children 059d95c67cda
comparison
equal deleted inserted replaced
5716:52f301dbfeaa 5717:1d140b31d4b3
20 */ 20 */
21 21
22 #include "gaim.h" 22 #include "gaim.h"
23 #include "gtkutils.h" 23 #include "gtkutils.h"
24 #include "gtkblist.h" 24 #include "gtkblist.h"
25 #include "multi.h"
25 #include "prpl.h" 26 #include "prpl.h"
26 #include "notify.h" 27 #include "notify.h"
27 #include <sys/types.h> 28 #include <sys/types.h>
28 #include <sys/stat.h> 29 #include <sys/stat.h>
29 #include <unistd.h> 30 #include <unistd.h>