save configfile after setting the video config
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 14 May 2008 14:48:41 +0000 (14:48 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 14 May 2008 14:48:41 +0000 (14:48 +0000)
lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml

index 8426f24952ca2d7b13576574e478616b6cf73eec..df04086819f73f4c1a0463aee7ba304e75b441cd 100644 (file)
@@ -119,6 +119,8 @@ self.rateSelect("50Hz")
        <step id="end">
                <code>
 self.hw.saveMode(self.port, self.mode, self.rate)
        <step id="end">
                <code>
 self.hw.saveMode(self.port, self.mode, self.rate)
+from Components.config import configfile
+configfile.save() 
                </code>
                <text value="The input port should be configured now.\nYou can now configure the screen by displaying some test pictures. Do you want to do that now?" />
                <!--text value="You have successfully finished the video setup. If you want to change the settings later, you can do this in the settings menu."/-->
                </code>
                <text value="The input port should be configured now.\nYou can now configure the screen by displaying some test pictures. Do you want to do that now?" />
                <!--text value="You have successfully finished the video setup. If you want to change the settings later, you can do this in the settings menu."/-->