aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-03 16:04:07 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-03 16:04:07 +0000
commit656ffd15a8383b152dd4679e85db6838454fd907 (patch)
treebf6e1941c78f89a90842b803fb7fbe9baef7695d /lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
parent4f81655a3b0bd754b2e8a4544042d69b517f0ac7 (diff)
downloadenigma2-656ffd15a8383b152dd4679e85db6838454fd907.tar.gz
enigma2-656ffd15a8383b152dd4679e85db6838454fd907.zip
fix save current selected video mode
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
index dee1b0d2..2422475e 100644
--- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
+++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
@@ -167,6 +167,7 @@ class VideoHardware:
self.updateAspect(None)
def saveMode(self, port, mode, rate):
+ print "saveMode", port, mode, rate
config.av.videoport.value = port
config.av.videoport.save()
config.av.videomode[port].value = mode