| 218 return ((x->gc != y->gc) || gaim_utf8_strcasecmp(x->who, y->who)); |
218 return ((x->gc != y->gc) || gaim_utf8_strcasecmp(x->who, y->who)); |
| 219 } |
219 } |
| 220 |
220 |
| 221 void set_icon_data(GaimConnection *gc, const char *who, void *data, int len) |
221 void set_icon_data(GaimConnection *gc, const char *who, void *data, int len) |
| 222 { |
222 { |
| 223 struct gaim_conversation *conv; |
223 GaimConversation *conv; |
| 224 struct icon_data tmp; |
224 struct icon_data tmp; |
| 225 GList *l; |
225 GList *l; |
| 226 struct icon_data *id; |
226 struct icon_data *id; |
| 227 struct buddy *b; |
227 struct buddy *b; |
| 228 /* i'm going to vent here a little bit about normalize(). normalize() |
228 /* i'm going to vent here a little bit about normalize(). normalize() |