diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-04-27 22:05:13 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-04-27 22:05:13 +0000 |
| commit | 37a96b1e3b2c6b09e7b868ed2ab0e2a5a92ba735 (patch) | |
| tree | 1cc3aeea077f6ae330eb872fb03723f25c6521ef /lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | |
| parent | 2d99a849b913c564e510acb743192663e3a12c2d (diff) | |
| download | enigma2-37a96b1e3b2c6b09e7b868ed2ab0e2a5a92ba735.tar.gz enigma2-37a96b1e3b2c6b09e7b868ed2ab0e2a5a92ba735.zip | |
remove check for config.misc.firstrun and start video wizard if
config.misc.videowizardenabled is true instead
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | 4 |
1 files changed, 3 insertions, 1 deletions
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 = [] |
