diff --git a/src/chat_control.py b/src/chat_control.py index 3804db5d7..0038f2b7f 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -925,7 +925,7 @@ class ChatControl(ChatControlBase): label_text = '%s%s' % \ (font_attrs, name, acct_info) - if status is not None: + if status: label_text += '\n%s' % status # setup the label that holds name and jid