From 7cdc78d4a860bc908f242ae22a5ba45e1364f637 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Mon, 24 Apr 2006 19:22:44 +0000 Subject: [PATCH] Don't print 'Disconnected' in systray tooltip (Simple revert of [2686], not needed anymore). Fix #890. --- src/tooltips.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tooltips.py b/src/tooltips.py index 3b398a8c0..0da0a7ce9 100644 --- a/src/tooltips.py +++ b/src/tooltips.py @@ -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