diff src/blist.c @ 11040:3428ad6f5049

[gaim-migrate @ 12940] Patch #1224610 from Richard Laager "Buddy icon cache files are removed when replacing icons but not when unsetting the icon. This patch corrects that." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 30 Jun 2005 04:33:21 +0000
parents 50224ac8184d
children 2eca9ed49469
line wrap: on
line diff
--- a/src/blist.c	Thu Jun 30 04:24:27 2005 +0000
+++ b/src/blist.c	Thu Jun 30 04:33:21 2005 +0000
@@ -1097,7 +1097,7 @@
 	if (buddy->icon)
 		gaim_buddy_icon_cache(icon, buddy);
 	else
-		gaim_blist_node_remove_setting((GaimBlistNode *)buddy, "buddy_icon");
+		gaim_buddy_icon_uncache(buddy);
 
 	gaim_blist_schedule_save();