From: Adam F. <mi...@us...> - 2001-11-07 12:39:43
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv13803/protocols/oscar Modified Files: oscar.c Log Message: Well, I tried. We'll just go back to the old way. Its not like I work for these people or something. Index: oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- oscar.c 2001/11/06 23:58:24 1.58 +++ oscar.c 2001/11/07 12:39:37 1.59 @@ -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; |