use normal actionmap
authorChristian Weiske <cweiske@cweiske.de>
Mon, 21 Nov 2011 05:41:28 +0000 (06:41 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 21 Nov 2011 05:41:28 +0000 (06:41 +0100)
src/CurlyTx.py

index 22e683ab9a5a9c6c0c39c1bf9bb0c500f3e76857..d4853f9fa821a2c80721951b919cdceb8a5dd0d1 100644 (file)
@@ -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,