soc.2010.msn-tlc: 2e39e97e: Oops, this one needed to be changed too.

masca at cpw.pidgin.im masca at cpw.pidgin.im
Wed May 26 16:01:10 EDT 2010


-----------------------------------------------------------------
Revision: 2e39e97e45f960fc8039e5afbf7a7ec13356dde4
Ancestor: 7aa5f3dbbf4aad96cbdba9f432a5d97ad0d9b3a8
Author: masca at cpw.pidgin.im
Date: 2010-05-25T21:17:30
Branch: im.pidgin.soc.2010.msn-tlc
URL: http://d.pidgin.im/viewmtn/revision/info/2e39e97e45f960fc8039e5afbf7a7ec13356dde4

Modified files:
        libpurple/protocols/msn/contact.c

ChangeLog: 

Oops, this one needed to be changed too.

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/contact.c	b1c3a8db417970be400ea7fe210907050810ef9f
+++ libpurple/protocols/msn/contact.c	5da17d0a0c99522bf27a7b90e979840b71aa6529
@@ -30,6 +30,7 @@
 #include "group.h"
 #include "soap.h"
 #include "nexus.h"
+#include "user.h"
 
 const char *MsnSoapPartnerScenarioText[] =
 {
@@ -1167,7 +1168,7 @@ msn_add_contact_to_group_read_cb(MsnSoap
 		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;
 		}


More information about the Commits mailing list