diff -r 5a787d80901c -r 0d4c4df65dd0 src/protocols/toc/toc.c --- a/src/protocols/toc/toc.c Mon Apr 07 20:08:57 2003 +0000 +++ b/src/protocols/toc/toc.c Mon Apr 07 23:17:27 2003 +0000 @@ -1288,7 +1288,7 @@ char *emblems[4] = {NULL,NULL,NULL,NULL}; int i = 0; - if (b->present == 0) { + if (b->present == GAIM_BUDDY_OFFLINE) { *se = "offline"; return; } else {