From b6c21aa27e2a782996c625bc6e85a466bd7c9932 Mon Sep 17 00:00:00 2001 From: Andreas Frisch Date: Fri, 3 Oct 2008 20:45:38 +0000 Subject: [PATCH] Actionmap fix on behalf of Acid-Burn --- lib/python/Screens/NetworkSetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2