# HG changeset patch # User Richard Laager # Date 1124395520 0 # Node ID fc17554c32c51c5f9a9151633714dd6eecd3ca90 # Parent a09a5d64f33f7adb100eb5113057427c48c9751a [gaim-migrate @ 13502] Delete buddy icon cache files when we remove a buddy. committer: Tailor Script diff -r a09a5d64f33f -r fc17554c32c5 src/blist.c --- a/src/blist.c Thu Aug 18 18:11:12 2005 +0000 +++ b/src/blist.c Thu Aug 18 20:05:20 2005 +0000 @@ -1711,6 +1711,9 @@ contact = (GaimContact *)cnode; group = (GaimGroup *)gnode; + /* Delete any buddy icon. */ + gaim_buddy_set_icon(buddy, NULL); + /* Remove the node from its parent */ if (node->prev) node->prev->next = node->next;