diff pidgin/gtkconv.c @ 23119: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 396fd93907f1
children f6c57e6e8a89
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Tue May 13 04:36:07 2008 +0000
+++ b/pidgin/gtkconv.c	Tue May 13 04:40:04 2008 +0000
@@ -2875,7 +2875,7 @@
 	if (buddy)
 	{
 		PurpleContact *contact = purple_buddy_get_contact(buddy);
-		if (contact && purple_buddy_icons_has_custom_icon(contact))
+		if (contact && purple_buddy_icons_node_has_custom_icon(contact))
 		{
 			pidgin_new_item_from_stock(menu, _("Remove Custom Icon"), NULL,
 			                           G_CALLBACK(remove_custom_icon_cb), gtkconv,
@@ -6912,7 +6912,7 @@
 	{
 		PurpleContact *contact = purple_buddy_get_contact(buddy);
 		if (contact) {
-			custom_img = purple_buddy_icons_find_custom_icon(contact);
+			custom_img = purple_buddy_icons_node_find_custom_icon(contact);
 			if (custom_img) {
 				/* There is a custom icon for this user */
 				data = purple_imgstore_get_data(custom_img);