comparison 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
comparison
equal deleted inserted replaced
10499:d0c336ad0b27 10500:6ec5da82ef41
428 428
429 g_return_val_if_fail(status_type != NULL, FALSE); 429 g_return_val_if_fail(status_type != NULL, FALSE);
430 430
431 primitive = gaim_status_type_get_primitive(status_type); 431 primitive = gaim_status_type_get_primitive(status_type);
432 432
433 /* Why does "hidden" mean the person is available? */
433 return (primitive == GAIM_STATUS_AVAILABLE || 434 return (primitive == GAIM_STATUS_AVAILABLE ||
434 primitive == GAIM_STATUS_HIDDEN); 435 primitive == GAIM_STATUS_HIDDEN);
435 } 436 }
436 437
437 const char * 438 const char *