From: Eric W. <war...@us...> - 2001-12-22 08:08:41
|
Update of /cvsroot/gaim/gaim/src/protocols/toc In directory usw-pr-cvs1:/tmp/cvs-serv11435/protocols/toc Modified Files: toc.c Log Message: this was a bad hack. Index: toc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- toc.c 2001/12/22 03:38:20 1.39 +++ toc.c 2001/12/22 08:08:37 1.40 @@ -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); |