Mercurial > pidgin
changeset 22922:f05da3bc20d9
Refresh email credentials for @live.com accounts too
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Tue, 13 May 2008 14:24:43 +0000 |
parents | dd3cb465d3e1 |
children | 4007d1a39da5 7228a48eda76 |
files | libpurple/protocols/msn/notification.c libpurple/protocols/msnp9/notification.c |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c Tue May 13 11:17:46 2008 +0000 +++ b/libpurple/protocols/msn/notification.c Tue May 13 14:24:43 2008 +0000 @@ -1006,6 +1006,7 @@ passport = purple_normalize(account, purple_account_get_username(account)); if ((strstr(passport, "@hotmail.") == NULL) && + (strstr(passport, "@live.com") == NULL) && (strstr(passport, "@msn.com") == NULL)) return;
--- a/libpurple/protocols/msnp9/notification.c Tue May 13 11:17:46 2008 +0000 +++ b/libpurple/protocols/msnp9/notification.c Tue May 13 14:24:43 2008 +0000 @@ -607,6 +607,7 @@ passport = purple_normalize(account, purple_account_get_username(account)); if ((strstr(passport, "@hotmail.") == NULL) && + (strstr(passport, "@live.com") == NULL) && (strstr(passport, "@msn.com") == NULL)) return;