Mercurial > pidgin
diff src/protocols/yahoo/yahoo.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 | f78b24df83d5 |
| children | 381da05cb5ed |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Mon Apr 07 20:08:57 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Mon Apr 07 23:17:27 2003 +0000 @@ -1022,7 +1022,7 @@ { int i = 0; char *emblems[4] = {NULL,NULL,NULL,NULL}; - if (b->present == 0) { + if (b->present == GAIM_BUDDY_OFFLINE) { *se = "offline"; return; } else {
