diff plugins/ticker/ticker.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 b5508e864987
children 13ffa9ae4282
line wrap: on
line diff
--- a/plugins/ticker/ticker.c	Mon Apr 07 20:08:57 2003 +0000
+++ b/plugins/ticker/ticker.c	Mon Apr 07 23:17:27 2003 +0000
@@ -361,7 +361,7 @@
 		g = (struct group *)grps->data;
 		for( buds = g->members; buds; buds = buds->next ) {
 			b = (struct buddy *)buds->data;
-			if( b->present ) {
+			if(GAIM_BUDDY_IS_ONLINE(b)) {
 				xpm = NULL;
 				if (b->account->gc->prpl->list_icon)
 					xpm = b->account->gc->prpl->list_icon(b->account, b);