From 34b5d16c7b6f701c252325d42ba4aeb4716644b7 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 19 Nov 2011 00:13:22 +0100 Subject: [PATCH 1/1] HelpActions are automatically registered --- src/CurlyTx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CurlyTx.py b/src/CurlyTx.py index e37c32c..22e683a 100644 --- a/src/CurlyTx.py +++ b/src/CurlyTx.py @@ -44,7 +44,7 @@ class CurlyTx(Screen,HelpableScreen): self["actions"] = NumberActionMap( - ["WizardActions", "ColorActions", "InputActions", "HelpActions"], { + ["WizardActions", "ColorActions", "InputActions"], { "ok": self.close, "back": self.close, "up": self.pageUp, -- 2.30.2