Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/protocols/toc/toc.c Sat Dec 22 00:41:30 2001 +0000 +++ b/src/protocols/toc/toc.c Sat Dec 22 03:38:20 2001 +0000 @@ -143,7 +143,7 @@ gc = new_gaim_conn(user); gc->proto_data = tdt = g_new0(struct toc_data, 1); - gc->flags |= OPT_CONN_HTML; + gc->flags |= OPT_CONN_HTML | OPT_CONN_SHOW_HTML; g_snprintf(buf, sizeof buf, "Looking up %s", user->proto_opt[USEROPT_AUTH][0] ? user->proto_opt[USEROPT_AUTH] : TOC_HOST);
