From ced666c9fc8ae50d23b3836917fdf3cbf501383c Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 14 May 2008 14:48:41 +0000 Subject: [PATCH] save configfile after setting the video config --- lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | 2 ++ 1 file changed, 2 insertions(+) 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") self.hw.saveMode(self.port, self.mode, self.rate) +from Components.config import configfile +configfile.save() -- 2.30.2