Mercurial > pidgin
diff src/protocols/msn/userlist.c @ 19824:a8d00b8dae40
[gaim-migrate @ 17040]
send OIM middle version.
Now can send to server,
but need to encode the friend name to MIME format
committed by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Sat, 26 Aug 2006 08:07:08 +0000 |
parents | d928bccffe4c |
children | 349b85feaefa |
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c Sat Aug 26 03:25:00 2006 +0000 +++ b/src/protocols/msn/userlist.c Sat Aug 26 08:07:08 2006 +0000 @@ -279,7 +279,7 @@ * looked at this. Maybe we should use the store * name instead? --KingAnt */ - got_new_entry(gc, passport, friendly); +// got_new_entry(gc, passport, friendly); } } @@ -391,7 +391,7 @@ */ if (!(list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP))){ - got_new_entry(gc, passport, store); +// got_new_entry(gc, passport, store); } }