add ability to remove list and config from a wizard
[enigma2.git] / lib / python / Components / EventInfo.py
index 76fe7e4eb652ffb6d46f0458a4617365cab79285..f295281a88b805dc6112f1664c4e1aa3280ffb5c 100644 (file)
@@ -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]);