--- a/libpurple/protocols/yahoo/yahoo_aliases.c Tue Jul 09 15:42:36 2013 +0530 +++ b/libpurple/protocols/yahoo/yahoo_aliases.c Tue Jul 09 15:48:17 2013 +0530 @@ -145,7 +145,7 @@ /* Find the local buddy that matches */ f = yahoo_friend_find(gc, yid); - b = purple_find_buddy(account, yid); + b = purple_blist_find_buddy(account, yid); /* If we don't find a matching buddy, ignore the alias !! */ if (f != NULL && b != NULL) {