diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/NetworkSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
