add auto vcr switching support (needs new drivers (fp.ko))
[vuplus_dvbapp] / lib / python / Screens / Standby.py
index 217f334..9e3ade4 100644 (file)
@@ -41,7 +41,7 @@ class Standby(Screen):
                self["actions"] = ActionMap( [ "StandbyActions" ],
                {
                        "power": self.Power
-               })
+               }, -1)
 
                #mute adc
                self.setMute()
@@ -51,5 +51,3 @@ class Standby(Screen):
                self.avswitch.setInput("SCART")
                #set lcd brightness to standby value
                eDBoxLCD.getInstance().setLCDBrightness(config.lcd.standby.value * 20)
-               #clear lcd (servicename)
-               setLCD("                             ")