diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-27 20:03:33 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-27 20:03:33 +0000 |
| commit | fe3e42f417c8c735bdfd6f57799a2247477a0fda (patch) | |
| tree | 686d8d6e8d93990cfa79286dbcd804bee05881a2 /lib/python/Screens/Standby.py | |
| parent | 6ac41169daa2c6d1271a0263f64366d3e20649b9 (diff) | |
| download | enigma2-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.py | 2 |
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() |
