# HG changeset patch # User Tim Ringenbach # Date 1087368684 0 # Node ID 635f88dc9adf9bf022ad9bb2835e5735b5be6b90 # Parent b0b544e0f246741e2b6d62e3f7829957be409243 [gaim-migrate @ 10102] Someone who knows this code better than I may want to double check this, but this seems to fix the issues I was having with buddy icons not updating committer: Tailor Script diff -r b0b544e0f246 -r 635f88dc9adf src/blist.c --- a/src/blist.c Wed Jun 16 02:21:34 2004 +0000 +++ b/src/blist.c Wed Jun 16 06:51:24 2004 +0000 @@ -648,12 +648,12 @@ gaim_buddy_icon_unref(buddy->icon); buddy->icon = (icon == NULL ? NULL : gaim_buddy_icon_ref(icon)); - - gaim_buddy_icon_cache(icon, buddy); - - schedule_blist_save(); } + gaim_buddy_icon_cache(icon, buddy); + + schedule_blist_save(); + gaim_blist_update_buddy_icon(buddy); }