From 60122955ba1aadd51fae8ddc7cbdb58351edb4e5 Mon Sep 17 00:00:00 2001 From: Andreas Frisch Date: Thu, 23 Oct 2008 11:15:04 +0000 Subject: [PATCH] turn around action maps so that red key (abort) works again --- lib/python/Screens/TaskView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2