Mercurial > pidgin
comparison src/gtkaccount.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 | 2d54d2c52c37 |
children | c19cc2a3d65e |
comparison
equal
deleted
inserted
replaced
5716:52f301dbfeaa | 5717:1d140b31d4b3 |
---|---|
18 * | 18 * |
19 * You should have received a copy of the GNU General Public License | 19 * You should have received a copy of the GNU General Public License |
20 * along with this program; if not, write to the Free Software | 20 * along with this program; if not, write to the Free Software |
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
22 */ | 22 */ |
23 | |
24 #include <gtk/gtk.h> | |
25 | |
23 #include "gtkaccount.h" | 26 #include "gtkaccount.h" |
24 #include "account.h" | 27 #include "account.h" |
25 #include "accountopt.h" | 28 #include "accountopt.h" |
26 #include "event.h" | 29 #include "event.h" |
27 #include "prefs.h" | 30 #include "prefs.h" |
28 #include "stock.h" | 31 #include "stock.h" |
29 #include "gtkblist.h" | 32 #include "gtkblist.h" |
30 #include "gaim-disclosure.h" | 33 #include "gaim-disclosure.h" |
31 | 34 #include "gaim.h" |
32 #ifdef _WIN32 | 35 |
36 #ifdef _WIN32 | |
33 # include <gdk/gdkwin32.h> | 37 # include <gdk/gdkwin32.h> |
34 #else | 38 #else |
35 # include <unistd.h> | 39 # include <unistd.h> |
36 # include <gdk/gdkx.h> | 40 # include <gdk/gdkx.h> |
37 #endif | 41 #endif |