diff src/protocols/napster/napster.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/napster/napster.c	Mon Apr 07 20:08:57 2003 +0000
+++ b/src/protocols/napster/napster.c	Mon Apr 07 23:17:27 2003 +0000
@@ -559,7 +559,7 @@
 
 static void nap_list_emblems(struct buddy *b, char **se, char **sw, char **nw, char **ne)
 {
-	if (b->present == 0)
+	if (b->present == GAIM_BUDDY_OFFLINE)
 		*se = "offline";
 }