diff 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
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Sat Dec 22 04:02:29 2001 +0000
+++ b/src/protocols/toc/toc.c	Sat Dec 22 08:08:37 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 | OPT_CONN_SHOW_HTML;
+	gc->flags |= OPT_CONN_HTML;
 
 	g_snprintf(buf, sizeof buf, "Looking up %s",
 		   user->proto_opt[USEROPT_AUTH][0] ? user->proto_opt[USEROPT_AUTH] : TOC_HOST);