aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Standby.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-27 20:03:33 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-27 20:03:33 +0000
commitfe3e42f417c8c735bdfd6f57799a2247477a0fda (patch)
tree686d8d6e8d93990cfa79286dbcd804bee05881a2 /lib/python/Screens/Standby.py
parent6ac41169daa2c6d1271a0263f64366d3e20649b9 (diff)
downloadenigma2-fe3e42f417c8c735bdfd6f57799a2247477a0fda.tar.gz
enigma2-fe3e42f417c8c735bdfd6f57799a2247477a0fda.zip
make power key handling global (so that standby/deep standby should work everywhere now)
Diffstat (limited to 'lib/python/Screens/Standby.py')
-rw-r--r--lib/python/Screens/Standby.py2
1 files changed, 1 insertions, 1 deletions
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()