diff pidgin/gtkutils.c @ 23123:0ca259d5f928

Compile and de-warn.
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 15 May 2008 05:49:40 +0000
parents f6c57e6e8a89
children bc58e2d9f0f5
line wrap: on
line diff
--- 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;