diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-03 20:45:38 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-03 20:45:38 +0000 |
| commit | b6c21aa27e2a782996c625bc6e85a466bd7c9932 (patch) | |
| tree | ae05de9eb9e79b15294a23027d2685cea400fa18 /lib/python | |
| parent | 656ffd15a8383b152dd4679e85db6838454fd907 (diff) | |
| download | enigma2-b6c21aa27e2a782996c625bc6e85a466bd7c9932.tar.gz enigma2-b6c21aa27e2a782996c625bc6e85a466bd7c9932.zip | |
Actionmap fix on behalf of Acid-Burn
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, |
