changeset 11860:ec7c3da0e718

[gaim-migrate @ 14151] I think this is the right way to delete a buddy icon from a buddy committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 27 Oct 2005 20:19:24 +0000
parents 26e63bc87224
children 83e2fa10df1c
files src/blist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)