cpw.sulabh.yahoo_16: 162a7341: Interestingly, this one was IE 5.0, not ...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Wed May 13 14:46:40 EDT 2009
-----------------------------------------------------------------
Revision: 162a734100aafd62b7338baa81b04510c6b66921
Ancestor: b859960a4a19f57f20db0536c1815a6d79e08e36
Author: darkrain42 at pidgin.im
Date: 2009-05-13T18:42:05
Branch: im.pidgin.cpw.sulabh.yahoo_16
URL: http://d.pidgin.im/viewmtn/revision/info/162a734100aafd62b7338baa81b04510c6b66921
Modified files:
libpurple/protocols/yahoo/yahoo_picture.c
ChangeLog:
Interestingly, this one was IE 5.0, not IE 5.5.
-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/yahoo_picture.c 620073f77e7c2c35a06d86c92ce98b8a5aeb1637
+++ libpurple/protocols/yahoo/yahoo_picture.c 31862929bc58845c16b575980f1d7e487c992290
@@ -134,8 +134,9 @@ void yahoo_process_picture(PurpleConnect
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;
More information about the Commits
mailing list