From: Ronny Strutz Date: Thu, 29 Sep 2005 00:53:39 +0000 (+0000) Subject: enabled timeredit to show bug X-Git-Tag: 2.6.0~5560 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d0c2907cd737fe997153839f3c9242e137e5bf3e?ds=sidebyside enabled timeredit to show bug --- 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 })