--- 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;