Mercurial > pidgin.yaz
changeset 2689:870450d36999
[gaim-migrate @ 2702]
Well, I tried. We'll just go back to the old way.
Its not like I work for these people or something.
committer: Tailor Script <tailor@pidgin.im>
author | Adam Fritzler <mid@auk.cx> |
---|---|
date | Wed, 07 Nov 2001 12:39:37 +0000 |
parents | 98b1ac8ddea3 |
children | 5a207e155c15 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Wed Nov 07 12:17:31 2001 +0000 +++ b/src/protocols/oscar/oscar.c Wed Nov 07 12:39:37 2001 +0000 @@ -2465,7 +2465,7 @@ } if (uc & UC_UNAVAILABLE) return (char **)away_icon_xpm; - if ((uc & UC_AB) && (uc & UC_NORMAL)) + if (uc & UC_AB) return (char **)ab_xpm; if (uc & UC_AOL) return (char **)aol_icon_xpm;