libpurple/protocols/mxit/multimx.c

branch
soc.2013.gobjectification
changeset 34706
02cb08146888
parent 34670
9bd5bd903dc7
child 34728
8efd73063ecf
--- a/libpurple/protocols/mxit/multimx.c	Sat Jul 06 05:19:37 2013 +0530
+++ b/libpurple/protocols/mxit/multimx.c	Sat Jul 06 15:17:36 2013 +0530
@@ -559,7 +559,7 @@
 	/* Send invite to MXit */
 	mxit_send_groupchat_invite(session, multimx->roomid, 1, &username);
 
-	/* Find the buddy information for this contact (reference: "libpurple/blist.h") */
+	/* Find the buddy information for this contact (reference: "libpurple/buddylist.h") */
 	buddy = purple_find_buddy(session->acc, username);
 	if (!buddy) {
 		purple_debug_warning(MXIT_PLUGIN_ID, "mxit_chat_invite: unable to find the buddy '%s'\n", username);

mercurial