pidgin/gtkutils.c

branch
next.minor
changeset 23288
c234af912479
parent 23287
4b4f5e80e324
child 23298
668308bb9175
--- a/pidgin/gtkutils.c	Thu May 15 04:00:22 2008 +0000
+++ b/pidgin/gtkutils.c	Thu May 15 05:49:40 2008 +0000
@@ -1461,7 +1461,7 @@
 			return;
 		}
 
-		buddy = purple_buddy_find(account, data->who);
+		buddy = purple_find_buddy(data->account, data->who);
 		if (!buddy) {
 			purple_debug_info("custom-icon", "You can only set custom icons for people on your buddylist.\n");
 			break;

mercurial