From d0c2907cd737fe997153839f3c9242e137e5bf3e Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Thu, 29 Sep 2005 00:53:39 +0000 Subject: [PATCH] enabled timeredit to show bug --- lib/python/Screens/TimerEdit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index 173b1ba2..f8c9f207 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -64,7 +64,7 @@ class TimerEditList(Screen): self["actions"] = ActionMap(["OkCancelActions"], { -# "ok": self.openEdit, + "ok": self.openEdit, "cancel": self.close }) -- 2.30.2