aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-23 11:15:04 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-23 11:15:04 +0000
commit60122955ba1aadd51fae8ddc7cbdb58351edb4e5 (patch)
tree274a4dd15590dfd1ec3ebe362d921bbb853ff9cc /lib/python
parent5f9d73992b72be7c9b889daef04a8a91e902c394 (diff)
downloadenigma2-60122955ba1aadd51fae8ddc7cbdb58351edb4e5.tar.gz
enigma2-60122955ba1aadd51fae8ddc7cbdb58351edb4e5.zip
turn around action maps so that red key (abort) works again
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/TaskView.py2
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,