comparison src/protocols/yahoo/yahoo_picture.c @ 10651:8fbab42659c2

[gaim-migrate @ 12176] commit some stuff to head that was already committed to oldstatus because having two trees is twice the fun committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sat, 05 Mar 2005 18:40:38 +0000
parents 255225f7639e
children 08bf44bcedfe
comparison
equal deleted inserted replaced
10650:4f54e273affd 10651:8fbab42659c2
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, TRUE, "Mozilla/4.0 (compatible; MSIE 5.0)", FALSE, 118 gaim_url_fetch(url, FALSE, "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