make power key handling global (so that standby/deep standby should work everywhere...
[enigma2.git] / lib / python / Screens / Standby.py
index 217f334c689e33c6cd0951c0b2d9c353c55a2567..7c06d79e4f0a1cde2d2db16ce9bf45137eccab09 100644 (file)
@@ -41,7 +41,7 @@ class Standby(Screen):
                self["actions"] = ActionMap( [ "StandbyActions" ],
                {
                        "power": self.Power
                self["actions"] = ActionMap( [ "StandbyActions" ],
                {
                        "power": self.Power
-               })
+               }, -1)
 
                #mute adc
                self.setMute()
 
                #mute adc
                self.setMute()