From: Christian Weiske Date: Mon, 21 Nov 2011 05:41:28 +0000 (+0100) Subject: use normal actionmap X-Git-Tag: v1.0.0~45 X-Git-Url: https://git.cweiske.de/enigma2-curlytx.git/commitdiff_plain/585d8b853588999a914fb0f3ee40ecce381c16f9 use normal actionmap --- diff --git a/src/CurlyTx.py b/src/CurlyTx.py index 22e683a..d4853f9 100644 --- a/src/CurlyTx.py +++ b/src/CurlyTx.py @@ -5,7 +5,7 @@ from Screens.HelpMenu import HelpableScreen from Screens.MessageBox import MessageBox from Components.Label import Label from Components.ScrollLabel import ScrollLabel -from Components.ActionMap import NumberActionMap +from Components.ActionMap import ActionMap from Components.Sources.StaticText import StaticText from twisted.web import client @@ -43,7 +43,7 @@ class CurlyTx(Screen,HelpableScreen): self["key_blue"] = StaticText(_("Next")) - self["actions"] = NumberActionMap( + self["actions"] = ActionMap( ["WizardActions", "ColorActions", "InputActions"], { "ok": self.close, "back": self.close,