Update of /cvsroot/gaim/gaim/src/protocols/toc
In directory usw-pr-cvs1:/tmp/cvs-serv24474/protocols/toc
Modified Files:
toc.c
Log Message:
whoops
Index: toc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- toc.c 2001/12/08 09:48:52 1.38
+++ toc.c 2001/12/22 03:38:20 1.39
@@ -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);
|