diff options
Diffstat (limited to 'lib/python')
| -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, |
