aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InputBox.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-02 02:54:17 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-02 02:54:17 +0000
commita4c65dae04761e9e5da358e9b4a1159436a6f18b (patch)
treee77f975f71a1a0ee9bb8f0dbb83992d4d61bd900 /lib/python/Screens/InputBox.py
parent25978791bdc8abdf339026a74036fa17ebb19053 (diff)
downloadenigma2-a4c65dae04761e9e5da358e9b4a1159436a6f18b.tar.gz
enigma2-a4c65dae04761e9e5da358e9b4a1159436a6f18b.zip
entering recording duration for instant records is now possible
Diffstat (limited to 'lib/python/Screens/InputBox.py')
-rw-r--r--lib/python/Screens/InputBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InputBox.py b/lib/python/Screens/InputBox.py
index 6771a517..57745ca7 100644
--- a/lib/python/Screens/InputBox.py
+++ b/lib/python/Screens/InputBox.py
@@ -18,7 +18,7 @@ class InputBox(Screen):
self["actions"] = NumberActionMap(["WizardActions", "InputActions"],
{
"ok": self.go,
- "back": self.close,
+ "back": self.cancel,
"left": self.keyLeft,
"right": self.keyRight,
"1": self.keyNumberGlobal,