comparison src/protocols/yahoo/yahoo_picture.c @ 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 0f7452b1f777
children 8fbab42659c2
comparison
equal deleted inserted replaced
10603:03aa223a14d9 10604:255225f7639e
113 113
114 data = g_new0(struct yahoo_fetch_picture_data, 1); 114 data = g_new0(struct yahoo_fetch_picture_data, 1);
115 data->gc = gc; 115 data->gc = gc;
116 data->who = g_strdup(who); 116 data->who = g_strdup(who);
117 data->checksum = checksum; 117 data->checksum = checksum;
118 gaim_url_fetch(url, FALSE, "Mozilla/4.0 (compatible; MSIE 5.0)", FALSE, 118 gaim_url_fetch(url, TRUE, "Mozilla/4.0 (compatible; MSIE 5.0)", FALSE,
119 yahoo_fetch_picture_cb, data); 119 yahoo_fetch_picture_cb, data);
120 } else if (who && send_icon_info) { 120 } else if (who && send_icon_info) {
121 yahoo_send_picture_info(gc, who); 121 yahoo_send_picture_info(gc, who);
122 } 122 }
123 123