diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-23 11:15:04 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-23 11:15:04 +0000 |
| commit | 60122955ba1aadd51fae8ddc7cbdb58351edb4e5 (patch) | |
| tree | 274a4dd15590dfd1ec3ebe362d921bbb853ff9cc /lib/python/Screens/TaskView.py | |
| parent | 5f9d73992b72be7c9b889daef04a8a91e902c394 (diff) | |
| download | enigma2-60122955ba1aadd51fae8ddc7cbdb58351edb4e5.tar.gz enigma2-60122955ba1aadd51fae8ddc7cbdb58351edb4e5.zip | |
turn around action maps so that red key (abort) works again
Diffstat (limited to 'lib/python/Screens/TaskView.py')
| -rw-r--r-- | lib/python/Screens/TaskView.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TaskView.py b/lib/python/Screens/TaskView.py index 1dcdc515..69604279 100644 --- a/lib/python/Screens/TaskView.py +++ b/lib/python/Screens/TaskView.py @@ -33,7 +33,7 @@ class JobView(InfoBarNotifications, Screen, ConfigListScreen): self.onShow.append(self.windowShow) self.onHide.append(self.windowHide) - self["setupActions"] = ActionMap(["SetupActions", "ColorActions"], + self["setupActions"] = ActionMap(["ColorActions", "SetupActions"], { "green": self.ok, "red": self.abort, |
