comparison src/protocols/toc/toc.c @ 2916:4254491c722b

[gaim-migrate @ 2929] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Dec 2001 03:38:20 +0000
parents b1e300a85678
children 4df759d607f3
comparison
equal deleted inserted replaced
2915:7a158753b8d6 2916:4254491c722b
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; 146 gc->flags |= OPT_CONN_HTML | OPT_CONN_SHOW_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