by Pieter Grimmerink: fix FEC typos
[enigma2.git] / lib / python / Plugins / SystemPlugins / Videomode / VideoWizard.py
index 2f8e8e78d01c16f4e337ab38f19b4fd4bfd1b86e..f46b11c26b3787754554a972b0eb0d705146861b 100644 (file)
@@ -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