changeset 10604:255225f7639e

[gaim-migrate @ 12036] a couple more minor tweaks to make Yahoo play nicer with HTTP proxies (for buddy icon and get info functionality) committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 16 Feb 2005 20:31:46 +0000
parents 03aa223a14d9
children 56d4460bb6bd
files src/protocols/yahoo/yahoo_picture.c src/protocols/yahoo/yahoo_profile.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_picture.c	Wed Feb 16 20:27:49 2005 +0000
+++ b/src/protocols/yahoo/yahoo_picture.c	Wed Feb 16 20:31:46 2005 +0000
@@ -115,7 +115,7 @@
 		data->gc = gc;
 		data->who = g_strdup(who);
 		data->checksum = checksum;
-		gaim_url_fetch(url, FALSE, "Mozilla/4.0 (compatible; MSIE 5.0)", FALSE,
+		gaim_url_fetch(url, TRUE, "Mozilla/4.0 (compatible; MSIE 5.0)", FALSE,
 		               yahoo_fetch_picture_cb, data);
 	} else if (who && send_icon_info) {
 		yahoo_send_picture_info(gc, who);
--- a/src/protocols/yahoo/yahoo_profile.c	Wed Feb 16 20:27:49 2005 +0000
+++ b/src/protocols/yahoo/yahoo_profile.c	Wed Feb 16 20:31:46 2005 +0000
@@ -1214,7 +1214,7 @@
 	url = g_strdup_printf("%s%s",
 			(yd->jp? YAHOOJP_PROFILE_URL: YAHOO_PROFILE_URL), name);
 
-	gaim_url_fetch(url, FALSE, NULL, FALSE, yahoo_got_info, data);
+	gaim_url_fetch(url, TRUE, NULL, FALSE, yahoo_got_info, data);
 
 	g_free(url);
 }