Mercurial > pidgin
comparison src/toc.c @ 1020:e1e36f95af9a
[gaim-migrate @ 1030]
!!!
:)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 23 Oct 2000 21:01:25 +0000 |
| parents | 1d8f05ea6bdf |
| children | 38452403563b |
comparison
equal
deleted
inserted
replaced
| 1019:1c253f8a117c | 1020:e1e36f95af9a |
|---|---|
| 38 #include "prpl.h" | 38 #include "prpl.h" |
| 39 #include "multi.h" | 39 #include "multi.h" |
| 40 #include "gaim.h" | 40 #include "gaim.h" |
| 41 #include "gnome_applet_mgr.h" | 41 #include "gnome_applet_mgr.h" |
| 42 | 42 |
| 43 #define REVISION "gaim:$Revision: 1012 $" | 43 #define REVISION "gaim:$Revision: 1030 $" |
| 44 | 44 |
| 45 struct toc_data { | 45 struct toc_data { |
| 46 int toc_fd; | 46 int toc_fd; |
| 47 int seqno; | 47 int seqno; |
| 48 int state; | 48 int state; |
| 134 g_snprintf(buf, sizeof(buf), "Retrieving config..."); | 134 g_snprintf(buf, sizeof(buf), "Retrieving config..."); |
| 135 set_login_progress(gc, 5, buf); | 135 set_login_progress(gc, 5, buf); |
| 136 while (gtk_events_pending()) | 136 while (gtk_events_pending()) |
| 137 gtk_main_iteration(); | 137 gtk_main_iteration(); |
| 138 | 138 |
| 139 account_online(gc); | |
| 139 serv_finish_login(gc); | 140 serv_finish_login(gc); |
| 140 account_online(gc); | |
| 141 | 141 |
| 142 config = toc_wait_config(gc); | 142 config = toc_wait_config(gc); |
| 143 tdt->state = STATE_ONLINE; | 143 tdt->state = STATE_ONLINE; |
| 144 | 144 |
| 145 if (config != NULL) | 145 if (config != NULL) |
