From fe3e42f417c8c735bdfd6f57799a2247477a0fda Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 27 Mar 2006 20:03:33 +0000 Subject: make power key handling global (so that standby/deep standby should work everywhere now) --- lib/python/Screens/Standby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/Standby.py') diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 217f334c..7c06d79e 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -41,7 +41,7 @@ class Standby(Screen): self["actions"] = ActionMap( [ "StandbyActions" ], { "power": self.Power - }) + }, -1) #mute adc self.setMute() -- cgit v1.2.3