# HG changeset patch # User Sean Egan # Date 1178167293 0 # Node ID 88550837d1c9720586bd47831e71381185182e0b # Parent 402be2b9d24624de511ca644690aff6b331a2a9d We're told by users that Hiptop is not the same thing as mobile, and should not be treated as such. diff -r 402be2b9d246 -r 88550837d1c9 libpurple/protocols/oscar/oscar.c --- 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) diff -r 402be2b9d246 -r 88550837d1c9 pidgin/pixmaps/emblems/16/Makefile.am --- a/pidgin/pixmaps/emblems/16/Makefile.am Thu May 03 03:44:45 2007 +0000 +++ b/pidgin/pixmaps/emblems/16/Makefile.am Thu May 03 04:41:33 2007 +0000 @@ -9,6 +9,7 @@ free-for-chat.png \ game.png \ half-operator.png \ + hiptop.png \ male.png \ mobile.png \ not-authorized.png \ diff -r 402be2b9d246 -r 88550837d1c9 pidgin/pixmaps/emblems/16/hiptop.png Binary file pidgin/pixmaps/emblems/16/hiptop.png has changed