X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c8c1d6da7043122e5d77c20f8ce61d677519bb8b..1e1c01fece5a4a86a762af265e382da5dbb2d8cb:/lib/python/Components/EventInfo.py diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py index 83f2a0b2..f295281a 100644 --- a/lib/python/Components/EventInfo.py +++ b/lib/python/Components/EventInfo.py @@ -40,5 +40,6 @@ class EventInfo(PerServiceDisplay): def stopEvent(self): self.setText( - (_("waiting for event data..."), "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]); + #(_("waiting for event data..."), "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]); + ("", "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]);