diff src/protocols/yahoo/yahoo.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 64d952098596
children e34907332e46
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Wed Aug 20 01:55:25 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Wed Aug 20 02:45:31 2003 +0000
@@ -1541,7 +1541,7 @@
 	/* struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data; */
 	char url[256];
 	g_snprintf(url, sizeof url, "%s%s", YAHOO_PROFILE_URL, name);
-	grab_url(url, FALSE, yahoo_got_info, NULL);
+	grab_url(url, FALSE, yahoo_got_info, NULL, NULL, 0);
 }
 
 static GaimPlugin *my_protocol = NULL;