diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-29 00:53:39 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-29 00:53:39 +0000 |
| commit | d0c2907cd737fe997153839f3c9242e137e5bf3e (patch) | |
| tree | 5590f9d7dd27fb807d328cb979cdfe3b073eed49 /lib/python | |
| parent | dcf8840f6044c746c54b76e05156bf691587ffee (diff) | |
| download | enigma2-d0c2907cd737fe997153839f3c9242e137e5bf3e.tar.gz enigma2-d0c2907cd737fe997153839f3c9242e137e5bf3e.zip | |
enabled timeredit to show bug
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/TimerEdit.py | 2 |
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 }) |
