diff libpurple/protocols/msn/notification.c @ 20432:703fc3437ab5

Store account specific settings in the account, not in some random blist node that happens to be on this account (!!!)
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 26 May 2007 15:07:26 +0000
parents b679b8f36f79
children bee467c81570
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c	Sat May 26 15:06:40 2007 +0000
+++ b/libpurple/protocols/msn/notification.c	Sat May 26 15:07:26 2007 +0000
@@ -1584,9 +1584,8 @@
 	/*starting retrieve the contact list*/
 	msn_userlist_load(session);
 	
-	msn_session_set_bnode(session);
 	session->contact = msn_contact_new(session);
-	clLastChange = purple_blist_node_get_string(msn_session_get_bnode(session),"CLLastChange");
+	clLastChange = purple_account_get_string(session->account, "CLLastChange", NULL);
 	msn_get_contact_list(session->contact, clLastChange);
 //	msn_contact_connect(session->contact);
 }