changeset 30732:767fd05c434d

Oops, this one needed to be changed too.
author masca@cpw.pidgin.im
date Tue, 25 May 2010 21:17:30 +0000
parents 02dc01aa8c07
children 930b267d33c0
files libpurple/protocols/msn/contact.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 		}