Don't print 'Disconnected' in systray tooltip (Simple revert of [2686], not needed anymore). Fix #890.

This commit is contained in:
Jean-Marie Traissard 2006-04-24 19:22:44 +00:00
parent 42118e7423
commit 7cdc78d4a8
1 changed files with 0 additions and 3 deletions

View File

@ -247,9 +247,6 @@ 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})
return accounts