comparison src/protocols/toc/toc.c @ 2918:4df759d607f3

[gaim-migrate @ 2931] this was a bad hack. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Dec 2001 08:08:37 +0000
parents 4254491c722b
children 5d757d040a6a
comparison
equal deleted inserted replaced
2917:93e2c99ccf50 2918:4df759d607f3
141 struct toc_data *tdt; 141 struct toc_data *tdt;
142 char buf[80]; 142 char buf[80];
143 143
144 gc = new_gaim_conn(user); 144 gc = new_gaim_conn(user);
145 gc->proto_data = tdt = g_new0(struct toc_data, 1); 145 gc->proto_data = tdt = g_new0(struct toc_data, 1);
146 gc->flags |= OPT_CONN_HTML | OPT_CONN_SHOW_HTML; 146 gc->flags |= OPT_CONN_HTML;
147 147
148 g_snprintf(buf, sizeof buf, "Looking up %s", 148 g_snprintf(buf, sizeof buf, "Looking up %s",
149 user->proto_opt[USEROPT_AUTH][0] ? user->proto_opt[USEROPT_AUTH] : TOC_HOST); 149 user->proto_opt[USEROPT_AUTH][0] ? user->proto_opt[USEROPT_AUTH] : TOC_HOST);
150 set_login_progress(gc, 1, buf); 150 set_login_progress(gc, 1, buf);
151 151