diff src/gtkconv.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 24d0da9c56f2
children bfcf72c5a930
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Apr 07 20:08:57 2003 +0000
+++ b/src/gtkconv.c	Mon Apr 07 23:17:27 2003 +0000
@@ -2239,7 +2239,7 @@
 					continue;
 				buddy = (struct buddy *)bnode;
 
-				if (buddy->account == gc->account && buddy->present)
+				if (buddy->account == gc->account && GAIM_BUDDY_IS_ONLINE(buddy))
 					tmp = g_list_append(tmp, buddy->name);
 			}
 		}