X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c8c1d6da7043122e5d77c20f8ce61d677519bb8b..7c8c99715d23af5678bbc8ded629f06202648025:/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]);