pidgin/plugins/history.c

branch
soc.2013.gobjectification
changeset 34728
8efd73063ecf
parent 34699
09b2c9219b57
child 34740
9401f9b1ca68
--- a/pidgin/plugins/history.c	Tue Jul 09 15:42:36 2013 +0530
+++ b/pidgin/plugins/history.c	Tue Jul 09 15:48:17 2013 +0530
@@ -67,7 +67,7 @@
 			return;
 
 		/* Find buddies for this conversation. */
-		buddies = purple_find_buddies(account, name);
+		buddies = purple_blist_find_buddies(account, name);
 
 		/* If we found at least one buddy, save the first buddy's alias. */
 		if (buddies != NULL)

mercurial