From 6c5be5e892a12b25377ca600741bb11bb8e1872f Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 29 Nov 2005 23:51:29 +0000 Subject: [PATCH] don't translate empty string --- lib/python/Components/EventInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py index 77c31f1d..f295281a 100644 --- a/lib/python/Components/EventInfo.py +++ b/lib/python/Components/EventInfo.py @@ -41,5 +41,5 @@ class EventInfo(PerServiceDisplay): def stopEvent(self): self.setText( #(_("waiting for event data..."), "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]); - ((""), "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]); + ("", "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]); -- 2.30.2