X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e8d45f8dac0c8141bbd9a64be86a02729d07978c..1e1c01fece5a4a86a762af265e382da5dbb2d8cb:/lib/python/Components/EventInfo.py 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]);