aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-29 00:53:39 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-29 00:53:39 +0000
commitd0c2907cd737fe997153839f3c9242e137e5bf3e (patch)
tree5590f9d7dd27fb807d328cb979cdfe3b073eed49 /lib/python
parentdcf8840f6044c746c54b76e05156bf691587ffee (diff)
downloadenigma2-d0c2907cd737fe997153839f3c9242e137e5bf3e.tar.gz
enigma2-d0c2907cd737fe997153839f3c9242e137e5bf3e.zip
enabled timeredit to show bug
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/TimerEdit.py2
1 files changed, 1 insertions, 1 deletions
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
})