libpurple/protocols/mxit/multimx.c

branch
soc.2013.gobjectification
changeset 34728
8efd73063ecf
parent 34706
02cb08146888
child 35499
c4c5e0a670b1
child 36542
30f40ecc4631
--- a/libpurple/protocols/mxit/multimx.c	Tue Jul 09 15:42:36 2013 +0530
+++ b/libpurple/protocols/mxit/multimx.c	Tue Jul 09 15:48:17 2013 +0530
@@ -560,7 +560,7 @@
 	mxit_send_groupchat_invite(session, multimx->roomid, 1, &username);
 
 	/* Find the buddy information for this contact (reference: "libpurple/buddylist.h") */
-	buddy = purple_find_buddy(session->acc, username);
+	buddy = purple_blist_find_buddy(session->acc, username);
 	if (!buddy) {
 		purple_debug_warning(MXIT_PLUGIN_ID, "mxit_chat_invite: unable to find the buddy '%s'\n", username);
 		return;

mercurial