diff src/status.c @ 10500:6ec5da82ef41

[gaim-migrate @ 11792] Disable/enabled the userlist buttons in chat windows when you sign offline committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 10 Jan 2005 05:54:07 +0000
parents 6feef0a9098a
children 1a97d5e88d12
line wrap: on
line diff
--- a/src/status.c	Mon Jan 10 05:29:48 2005 +0000
+++ b/src/status.c	Mon Jan 10 05:54:07 2005 +0000
@@ -430,6 +430,7 @@
 
 	primitive = gaim_status_type_get_primitive(status_type);
 
+	/* Why does "hidden" mean the person is available? */
 	return (primitive == GAIM_STATUS_AVAILABLE ||
 			primitive == GAIM_STATUS_HIDDEN);
 }