Mercurial > pidgin
diff src/protocols/gg/gg.c @ 5068:b37d7d09ec83
[gaim-migrate @ 5419]
logout icons
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Mon, 07 Apr 2003 23:17:27 +0000 |
| parents | d9b6b5ae34e4 |
| children | 381da05cb5ed |
line wrap: on
line diff
--- a/src/protocols/gg/gg.c Mon Apr 07 20:08:57 2003 +0000 +++ b/src/protocols/gg/gg.c Mon Apr 07 23:17:27 2003 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 5250 2003-03-31 07:19:46Z seanegan $ + * $Id: gg.c 5419 2003-04-07 23:17:27Z faceprint $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> * @@ -1251,7 +1251,7 @@ static void agg_list_emblems(struct buddy *b, char **se, char **sw, char **nw, char **ne) { int status; - if (b->present == 0) + if (b->present == GAIM_BUDDY_OFFLINE) *se = "offline"; else if (b->uc == UC_UNAVAILABLE) *se = "away";
