pidgin/plugins/cap/cap.c

branch
soc.2013.gobjectification
changeset 34728
8efd73063ecf
parent 34699
09b2c9219b57
child 34740
9401f9b1ca68
--- a/pidgin/plugins/cap/cap.c	Tue Jul 09 15:42:36 2013 +0530
+++ b/pidgin/plugins/cap/cap.c	Tue Jul 09 15:48:17 2013 +0530
@@ -349,7 +349,7 @@
 	guint interval, words;
 	CapStatistics *stats = NULL;
 
-	buddy = purple_find_buddy(account, receiver);
+	buddy = purple_blist_find_buddy(account, receiver);
 
 	if (buddy == NULL)
 		return;
@@ -378,7 +378,7 @@
 	if (flags & PURPLE_MESSAGE_AUTO_RESP)
 		return;
 
-	buddy = purple_find_buddy(account, sender);
+	buddy = purple_blist_find_buddy(account, sender);
 
 	if (buddy == NULL)
 		return;

mercurial