Mercurial > pidgin.yaz
changeset 16812:53448dd9f448
Remove AOL emblem
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 03 May 2007 06:47:51 +0000 |
parents | ac329899d3b6 |
children | 3205cc84ce54 |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Thu May 03 06:43:11 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Thu May 03 06:47:51 2007 +0000 @@ -5430,8 +5430,6 @@ 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) return "secure"; }