X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8ad3d72d92a830d66a874ea56128c4a4e7b06ae0..b6b0a7d3c89c6f7fa4f6b64950b8963658f2baab:/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index fb8f4016..f46b11c2 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -39,15 +39,15 @@ class VideoWizard(WizardLanguage): - - - + + + - - - - + + + + """ % (resolveFilename(SCOPE_PLUGINS, "SystemPlugins/Videomode/Scart.png")) def __init__(self, session): @@ -74,7 +74,9 @@ class VideoWizard(WizardLanguage): return VideoWizardSummary def markDone(self): - pass + config.misc.videowizardenabled.value = 0 + config.misc.videowizardenabled.save() + configfile.save() def listInputChannels(self): list = [] @@ -107,7 +109,7 @@ class VideoWizard(WizardLanguage): list = [] print "modes for port", self.port for mode in self.hw.getModeList(self.port): - if mode[0] != "PC": + #if mode[0] != "PC": list.append((mode[0], mode[0])) print "modeslist:", list return list