libpurple/protocols/msn/contact.c

branch
soc.2010.msn-tlc
changeset 30937
588286c88579
parent 29279
15123a2d3404
child 30945
b875cf477e19
--- a/libpurple/protocols/msn/contact.c	Sat May 15 02:46:38 2010 +0000
+++ b/libpurple/protocols/msn/contact.c	Tue May 25 21:17:30 2010 +0000
@@ -30,6 +30,7 @@
 #include "group.h"
 #include "soap.h"
 #include "nexus.h"
+#include "user.h"
 
 const char *MsnSoapPartnerScenarioText[] =
 {
@@ -1167,7 +1168,7 @@
 		msn_userlist_add_buddy_to_list(userlist, state->who, MSN_LIST_AL);
 		msn_userlist_add_buddy_to_list(userlist, state->who, MSN_LIST_FL);
 
-		if (msn_userlist_user_is_in_list(user, MSN_LIST_PL)) {
+		if (msn_user_is_in_list(user, MSN_LIST_PL)) {
 			msn_del_contact_from_list(state->session, NULL, state->who, MSN_LIST_PL);
 			return;
 		}

mercurial