X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/08fca93e7f2a37a452399d08c5c84b969b7e52af..4404768ce6bb07bf2784da7806444acd462c3a33:/lib/python/Screens/StartWizard.py diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index 8fc4ecdf..b67ca9d4 100644 --- a/lib/python/Screens/StartWizard.py +++ b/lib/python/Screens/StartWizard.py @@ -1,12 +1,12 @@ from Wizard import Wizard, wizardManager from Components.Pixmap import * -from Components.config import configElementBoolean, config, configfile +from Components.config import config, ConfigBoolean, configfile from LanguageSelection import LanguageSelection -config.misc.firstrun = configElementBoolean("config.misc.firstrun", 1); -config.misc.languageselected = configElementBoolean("config.misc.languageselected", 1); +config.misc.firstrun = ConfigBoolean(default = True) +config.misc.languageselected = ConfigBoolean(default = True) class StartWizard(Wizard): skin = """