diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-14 02:50:09 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-14 02:50:09 +0000 |
| commit | e80b07ffc45ad5b4c5f89715eff2190a1b9da7a8 (patch) | |
| tree | cbba6d507aedcb9225298e383df10a3d9f94a352 /lib/python | |
| parent | 059982cc102de394ac316abc3ee0806673d003d5 (diff) | |
| download | enigma2-e80b07ffc45ad5b4c5f89715eff2190a1b9da7a8.tar.gz enigma2-e80b07ffc45ad5b4c5f89715eff2190a1b9da7a8.zip | |
set avswitch to input vcr
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Standby.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 2382276b..bb38da10 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -6,6 +6,7 @@ class Standby(Screen): def Power(self): print "leave standby" #start last played service + eAVSwitch.getInstance().setInput(0) self.infobar.servicelist.zap() self.leaveMute() self.close() @@ -34,6 +35,8 @@ class Standby(Screen): self.setMute() self.session.nav.stopService() + eAVSwitch.getInstance().setInput(1) + #stop/pause? playing services #switch off avs |
