finch/gntpounce.c

branch
soc.2013.gobjectification
changeset 34728
8efd73063ecf
parent 34699
09b2c9219b57
child 34760
062535fbe1e9
--- a/finch/gntpounce.c	Tue Jul 09 15:42:36 2013 +0530
+++ b/finch/gntpounce.c	Tue Jul 09 15:48:17 2013 +0530
@@ -558,7 +558,7 @@
 		PurpleBuddy *buddy = NULL;
 
 		if (name != NULL)
-			buddy = purple_find_buddy(account, name);
+			buddy = purple_blist_find_buddy(account, name);
 
 		/* Set some defaults */
 		if (buddy == NULL) {
@@ -789,7 +789,7 @@
 	pouncee = purple_pounce_get_pouncee(pounce);
 	account = purple_pounce_get_pouncer(pounce);
 
-	buddy = purple_find_buddy(account, pouncee);
+	buddy = purple_blist_find_buddy(account, pouncee);
 	if (buddy != NULL)
 	{
 		alias = purple_buddy_get_alias(buddy);

mercurial