Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
5716:52f301dbfeaa | 5717:1d140b31d4b3 |
---|---|
54 #include "account.h" | 54 #include "account.h" |
55 #include "prefs.h" | 55 #include "prefs.h" |
56 #include "notify.h" | 56 #include "notify.h" |
57 #include "gtkaccount.h" | 57 #include "gtkaccount.h" |
58 #include "gtkblist.h" | 58 #include "gtkblist.h" |
59 #include "gtkconn.h" | |
59 #include "gtkdebug.h" | 60 #include "gtkdebug.h" |
60 #include "gtknotify.h" | 61 #include "gtknotify.h" |
61 #include "gtkrequest.h" | 62 #include "gtkrequest.h" |
62 #include "gtksound.h" | 63 #include "gtksound.h" |
63 #if HAVE_SIGNAL_H | 64 #if HAVE_SIGNAL_H |
890 gaim_set_xfer_ui_ops(gaim_get_gtk_xfer_ui_ops()); | 891 gaim_set_xfer_ui_ops(gaim_get_gtk_xfer_ui_ops()); |
891 gaim_set_blist_ui_ops(gaim_get_gtk_blist_ui_ops()); | 892 gaim_set_blist_ui_ops(gaim_get_gtk_blist_ui_ops()); |
892 gaim_set_notify_ui_ops(gaim_get_gtk_notify_ui_ops()); | 893 gaim_set_notify_ui_ops(gaim_get_gtk_notify_ui_ops()); |
893 gaim_set_request_ui_ops(gaim_get_gtk_request_ui_ops()); | 894 gaim_set_request_ui_ops(gaim_get_gtk_request_ui_ops()); |
894 gaim_set_sound_ui_ops(gaim_get_gtk_sound_ui_ops()); | 895 gaim_set_sound_ui_ops(gaim_get_gtk_sound_ui_ops()); |
896 gaim_set_connection_ui_ops(gaim_get_gtk_connection_ui_ops()); | |
895 | 897 |
896 gaim_proxy_init(); | 898 gaim_proxy_init(); |
897 gaim_sound_init(); | 899 gaim_sound_init(); |
898 | 900 |
899 gaim_gtk_conversation_init(); | 901 gaim_gtk_conversation_init(); |