Mercurial > pidgin
changeset 16794:88550837d1c9
We're told by users that Hiptop is not the same thing as mobile, and should not be treated as such.
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 03 May 2007 04:41:33 +0000 |
parents | 402be2b9d246 |
children | 4800d6da0642 |
files | libpurple/protocols/oscar/oscar.c pidgin/pixmaps/emblems/16/Makefile.am pidgin/pixmaps/emblems/16/hiptop.png |
diffstat | 3 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Thu May 03 03:44:45 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Thu May 03 04:41:33 2007 +0000 @@ -1770,7 +1770,7 @@ info->status, info->status_len); } - if (info->flags & AIM_FLAG_WIRELESS || info->capabilities & OSCAR_CAPABILITY_HIPTOP) + if (info->flags & AIM_FLAG_WIRELESS) { purple_prpl_got_user_status(account, info->sn, OSCAR_STATUS_ID_MOBILE, NULL); } else { @@ -5428,6 +5428,8 @@ return "admin"; if (userinfo->flags & AIM_FLAG_ACTIVEBUDDY) return "bot"; + if (userinfo->capabilities & OSCAR_CAPABILITY_HIPTOP) + return "hiptop"; if (userinfo->flags & AIM_FLAG_AOL) return "aol-client"; if (userinfo->capabilities & OSCAR_CAPABILITY_SECUREIM)