diff pidgin/gtkutils.c @ 23117:21636ef92dbb

Update some calls to the functions I just deprecated.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 13 May 2008 04:40:04 +0000
parents b4b7ba4d1a66
children 2498242c7af7
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Tue May 13 04:36:07 2008 +0000
+++ b/pidgin/gtkutils.c	Tue May 13 04:40:04 2008 +0000
@@ -2895,7 +2895,7 @@
 			return;
 	}
 
-	purple_buddy_icons_set_custom_icon(contact, data, len);
+	purple_buddy_icons_node_set_custom_icon(contact, data, len);
 }
 
 char *pidgin_make_pretty_arrows(const char *str)