Actionmap fix on behalf of Acid-Burn
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 3 Oct 2008 20:45:38 +0000 (20:45 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Fri, 3 Oct 2008 20:45:38 +0000 (20:45 +0000)
lib/python/Screens/NetworkSetup.py

index 28c6b03c0cab0b14b14a6d38b389998494b7b167..1b054b5265ca6c009de21859a95d953d19fba68e 100644 (file)
@@ -235,7 +235,7 @@ class AdapterSetup(Screen, ConfigListScreen):
 
                self.createConfig()
                
-               self["actions"] = NumberActionMap(["SetupActions"],
+               self["actions"] = NumberActionMap(["SetupActions", "ColorActions"],
                {
                        "ok": self.ok,
                        "cancel": self.cancel,