parent
f4c6c41e5b
commit
438606b50d
|
@ -689,6 +689,9 @@ class NotificationAreaTooltip(BaseTooltip, StatusTable):
|
|||
message = message.strip()
|
||||
if message != '':
|
||||
single_line += ': ' + message
|
||||
# the other solution is to hide offline accounts
|
||||
elif status == 'offline':
|
||||
message = helpers.get_uf_show(status)
|
||||
accounts.append({'name':account, 'status_line':single_line,
|
||||
'show':status, 'message':message})
|
||||
unread_messages_no = self.plugin.roster.nb_unread
|
||||
|
|
Loading…
Reference in New Issue