changeset 26910:572a0b620d4a

Interestingly, this one was IE 5.0, not IE 5.5.
author Paul Aurich <paul@darkrain42.org>
date Wed, 13 May 2009 18:42:05 +0000
parents fac90dbe196d
children 37436c98201e
files libpurple/protocols/yahoo/yahoo_picture.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_picture.c	Wed May 13 18:40:41 2009 +0000
+++ b/libpurple/protocols/yahoo/yahoo_picture.c	Wed May 13 18:42:05 2009 +0000
@@ -134,8 +134,9 @@
 		data->gc = gc;
 		data->who = g_strdup(who);
 		data->checksum = checksum;
+		/* TODO: Does this need to be MSIE 5.0? */
 		url_data = purple_util_fetch_url(url, use_whole_url,
-				YAHOO_CLIENT_USERAGENT, FALSE,
+				"Mozilla/4.0 (compatible; MSIE 5.0)", FALSE,
 				yahoo_fetch_picture_cb, data);
 		if (url_data != NULL) {
 			yd = gc->proto_data;