libpurple/protocols/gg/pubdir-prpl.c

branch
soc.2013.gobjectification
changeset 34728
8efd73063ecf
parent 34701
af4e269e4aa9
child 34878
41b9075c7714
--- a/libpurple/protocols/gg/pubdir-prpl.c	Tue Jul 09 15:42:36 2013 +0530
+++ b/libpurple/protocols/gg/pubdir-prpl.c	Tue Jul 09 15:48:17 2013 +0530
@@ -389,7 +389,7 @@
 	g_assert(uin == record->uin);
 	g_assert(records_count == 1);
 	
-	buddy = purple_find_buddy(purple_connection_get_account(gc),
+	buddy = purple_blist_find_buddy(purple_connection_get_account(gc),
 		ggp_uin_to_str(uin));
 	if (buddy)
 	{

mercurial