From a4c65dae04761e9e5da358e9b4a1159436a6f18b Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 2 Mar 2006 02:54:17 +0000 Subject: entering recording duration for instant records is now possible --- lib/python/Screens/InputBox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/InputBox.py') 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, -- cgit v1.2.3