From 37a96b1e3b2c6b09e7b868ed2ab0e2a5a92ba735 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 27 Apr 2008 22:05:13 +0000 Subject: remove check for config.misc.firstrun and start video wizard if config.misc.videowizardenabled is true instead --- lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '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 2f8e8e78..f7763893 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -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 = [] -- cgit v1.2.3