X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FStandby.py;h=1a7ebbd1ae61b09fa7c5716cae28fe5475ad7884;hb=0cc396a9dd3478a71b7a0bff4f5a6fdfbc52f22d;hp=406b87cbfe0dd3b765cdb40efdc8f57130746ad8;hpb=a302e0a778e1ea30b76956fd7469cf554eb0fc20;p=vuplus_dvbapp diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 406b87c..1a7ebbd 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -3,6 +3,7 @@ from Components.ActionMap import ActionMap from Components.config import config from Components.AVSwitch import AVSwitch from Components.SystemInfo import SystemInfo +from GlobalActions import globalActionMap from enigma import eDVBVolumecontrol inStandby = None @@ -41,6 +42,8 @@ class Standby(Screen): "power": self.Power }, -1) + globalActionMap.setEnabled(False) + #mute adc self.setMute() @@ -72,6 +75,7 @@ class Standby(Screen): elif self.paused_service: self.paused_service.unPauseService() self.session.screen["Standby"].boolean = False + globalActionMap.setEnabled(True) def __onFirstExecBegin(self): global inStandby