Mercurial > pidgin
diff src/protocols/toc/toc.c @ 6516:7c14b35bc984
[gaim-migrate @ 7033]
reversed the last yahoo info patch and applied this one instead, which includes
msn info support. ChipX86: if this messes you up, tell me and i'll switch it
back.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 20 Aug 2003 02:45:31 +0000 |
| parents | 8af14f114730 |
| children | a4622f1fb5a1 |
line wrap: on
line diff
--- a/src/protocols/toc/toc.c Wed Aug 20 01:55:25 2003 +0000 +++ b/src/protocols/toc/toc.c Wed Aug 20 02:45:31 2003 +0000 @@ -898,7 +898,7 @@ g_snprintf(tmp, sizeof(tmp), "http://%s:%d/%s", tdt->toc_ip, gaim_account_get_int(gc->account, "port", TOC_PORT), url); - grab_url(tmp, FALSE, toc_got_info, NULL); + grab_url(tmp, FALSE, toc_got_info, NULL, NULL, 0); } else if (!g_ascii_strcasecmp(c, "DIR_STATUS")) { } else if (!g_ascii_strcasecmp(c, "ADMIN_NICK_STATUS")) { } else if (!g_ascii_strcasecmp(c, "ADMIN_PASSWD_STATUS")) {
