From: Andreas Frisch Date: Thu, 23 Oct 2008 11:15:04 +0000 (+0000) Subject: turn around action maps so that red key (abort) works again X-Git-Tag: 2.6.0~716 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/60122955ba1aadd51fae8ddc7cbdb58351edb4e5?hp=5f9d73992b72be7c9b889daef04a8a91e902c394;ds=sidebyside turn around action maps so that red key (abort) works again --- 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,