aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-05-14 14:48:41 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-05-14 14:48:41 +0000
commitced666c9fc8ae50d23b3836917fdf3cbf501383c (patch)
tree80fdb6c44c887df5abb8fbca714acbcb1db93e89 /lib/python/Plugins/SystemPlugins
parentf7e17fd8e9c3afcb4ca28b9770b8e97275e4bd92 (diff)
downloadenigma2-ced666c9fc8ae50d23b3836917fdf3cbf501383c.tar.gz
enigma2-ced666c9fc8ae50d23b3836917fdf3cbf501383c.zip
save configfile after setting the video config
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
index 8426f249..df040868 100644
--- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
+++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
@@ -119,6 +119,8 @@ self.rateSelect("50Hz")
<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."/-->