Mercurial > pidgin.yaz
changeset 20434:998f9b5c8c8d
Remove the no longer used random blist node from the session struct
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 26 May 2007 15:21:33 +0000 |
parents | df8f443ae65f |
children | f0bc92602072 |
files | libpurple/protocols/msn/session.c libpurple/protocols/msn/session.h |
diffstat | 2 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.c Sat May 26 15:20:23 2007 +0000 +++ b/libpurple/protocols/msn/session.c Sat May 26 15:21:33 2007 +0000 @@ -42,8 +42,7 @@ session->user = msn_user_new(session->userlist, purple_account_get_username(account), NULL); - session->bnode = NULL; - + /*if you want to chat with Yahoo Messenger*/ //session->protocol_ver = WLM_YAHOO_PROT_VER; session->protocol_ver = WLM_PROT_VER;