From 47ebc2bc3e01456550e854057027f090f6dffc9c Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 24 Nov 2010 11:42:31 +0100 Subject: Hide 'mark as read button' when useless. --- pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 9b9dae86..2e037d6a 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -140,8 +140,8 @@ class Root: (self.nb_mail_notifications,) html += '      ' - html += '\n' if self.nb_unread_articles != 0: + html += '\n' html += """\n""" % \ (self.nb_unread_articles,) html += '\n' -- cgit