Mercurial > pidgin
comparison src/toc.c @ 1663:0f7d2284296f
[gaim-migrate @ 1673]
good fixes.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 30 Mar 2001 11:13:33 +0000 |
| parents | e001fb1b9418 |
| children | b5635d882116 |
comparison
equal
deleted
inserted
replaced
| 1662:88e72116639d | 1663:0f7d2284296f |
|---|---|
| 133 char buf[80]; | 133 char buf[80]; |
| 134 | 134 |
| 135 gc = new_gaim_conn(user); | 135 gc = new_gaim_conn(user); |
| 136 gc->proto_data = tdt = g_new0(struct toc_data, 1); | 136 gc->proto_data = tdt = g_new0(struct toc_data, 1); |
| 137 | 137 |
| 138 g_snprintf(buf, sizeof buf, "Lookin up %s", | 138 g_snprintf(buf, sizeof buf, "Looking up %s", |
| 139 user->proto_opt[USEROPT_AUTH][0] ? user->proto_opt[USEROPT_AUTH] : TOC_HOST); | 139 user->proto_opt[USEROPT_AUTH][0] ? user->proto_opt[USEROPT_AUTH] : TOC_HOST); |
| 140 /* this is such a hack */ | 140 /* this is such a hack */ |
| 141 set_login_progress(gc, 1, buf); | 141 set_login_progress(gc, 1, buf); |
| 142 while (gtk_events_pending()) | 142 while (gtk_events_pending()) |
| 143 gtk_main_iteration(); | 143 gtk_main_iteration(); |
