diff -r c61f1279ba87 -r c253c498a60e pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Sat Jan 08 03:01:00 2011 +0000 +++ b/pidgin/gtkstatusbox.c Sat Jan 08 06:39:45 2011 +0000 @@ -2659,7 +2659,8 @@ account = node->data; status_type = purple_account_get_status_type_with_primitive(account, GPOINTER_TO_INT(data)); if ((status_type != NULL) && - (purple_status_type_get_attr(status_type, "message") != NULL)) + (purple_status_type_get_attr(status_type, "message") != NULL) && + (purple_status_type_get_primitive(status_type) != PURPLE_STATUS_OFFLINE)) { status_box->imhtml_visible = TRUE; break;