Mercurial > pidgin
changeset 5373:0436e39c70cf
[gaim-migrate @ 5749]
Some of these things just weren't needed.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 14 May 2003 07:56:35 +0000 |
parents | fa0217bec87e |
children | 20519fff3455 |
files | src/protocols/msn/notification.c src/protocols/msn/user.h |
diffstat | 2 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/notification.c Wed May 14 07:50:26 2003 +0000 +++ b/src/protocols/msn/notification.c Wed May 14 07:56:35 2003 +0000 @@ -445,8 +445,6 @@ if (value != NULL) { if (!strcmp(type, "MOB")) user->mobile = (!strcmp(value, "Y")); - else if (!strcmp(type, "MBE")) - user->allow_pages = (!strcmp(value, "Y")); else if (!strcmp(type, "PHH")) msn_user_set_home_phone(user, msn_url_decode(value)); else if (!strcmp(type, "PHW"))