# HG changeset patch # User Stu Tomlinson # Date 1130444364 0 # Node ID ec7c3da0e71867373c20163e32fe3ce7d794382f # Parent 26e63bc8722439ba31a6f0de6c30c32047c36eaa [gaim-migrate @ 14151] I think this is the right way to delete a buddy icon from a buddy committer: Tailor Script diff -r 26e63bc87224 -r ec7c3da0e718 src/blist.c --- a/src/blist.c Thu Oct 27 19:58:16 2005 +0000 +++ b/src/blist.c Thu Oct 27 20:19:24 2005 +0000 @@ -1734,7 +1734,7 @@ group = (GaimGroup *)gnode; /* Delete any buddy icon. */ - gaim_buddy_set_icon(buddy, NULL); + gaim_buddy_icon_uncache(buddy); /* Remove the node from its parent */ if (node->prev)