turn around action maps so that red key (abort) works again
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Thu, 23 Oct 2008 11:15:04 +0000 (11:15 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Thu, 23 Oct 2008 11:15:04 +0000 (11:15 +0000)
lib/python/Screens/TaskView.py

index 1dcdc5158aac8549f73cc5ee5e7e37caf1b16902..69604279fee460cc2edb2d30993e82db7b3702b5 100644 (file)
@@ -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,