aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-11-19 00:13:22 +0100
committerChristian Weiske <cweiske@cweiske.de>2011-11-19 00:13:22 +0100
commit34b5d16c7b6f701c252325d42ba4aeb4716644b7 (patch)
tree1516a0b66a707eb6357367cd2254348d82d68890 /src
parent576556a4e5cc7b5c9c8b916961d014c5b6da7e13 (diff)
downloadenigma2-curlytx-34b5d16c7b6f701c252325d42ba4aeb4716644b7.tar.gz
enigma2-curlytx-34b5d16c7b6f701c252325d42ba4aeb4716644b7.zip
HelpActions are automatically registered
Diffstat (limited to 'src')
-rw-r--r--src/CurlyTx.py2
1 files changed, 1 insertions, 1 deletions
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,