Update of /cvsroot/gaim/gaim/src/protocols/toc
In directory usw-pr-cvs1:/tmp/cvs-serv18712/src/protocols/toc
Modified Files:
toc.c
Log Message:
heh. this was pointless.
Index: toc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- toc.c 2001/10/17 20:24:11 1.28
+++ toc.c 2001/10/23 08:06:09 1.29
@@ -768,7 +768,7 @@
gc->user->proto_opt[USEROPT_AUTHPORT][0] ?
atoi(gc->user->proto_opt[USEROPT_AUTHPORT]) : TOC_PORT,
url);
- grab_url(tmp, toc_got_info, NULL);
+ grab_url(tmp, FALSE, toc_got_info, NULL);
} else if (!strcasecmp(c, "DIR_STATUS")) {
} else if (!strcasecmp(c, "ADMIN_NICK_STATUS")) {
} else if (!strcasecmp(c, "ADMIN_PASSWD_STATUS")) {
|