From: Andreas Frisch Date: Fri, 3 Oct 2008 20:45:38 +0000 (+0000) Subject: Actionmap fix on behalf of Acid-Burn X-Git-Tag: 2.6.0~819 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b6c21aa27e2a782996c625bc6e85a466bd7c9932 Actionmap fix on behalf of Acid-Burn --- diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index 28c6b03c..1b054b52 100644 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -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,