diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-05-16 23:05:50 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-05-16 23:05:50 +0000 |
| commit | b009cd002baa14ac24020be3832ccb2bb8e5c404 (patch) | |
| tree | fdafd7137f2738f12a0cf321a3d5b73c3c78bb08 /lib/python/Screens | |
| parent | c7e02a89b51548cae34109234a499b3878edf9c7 (diff) | |
| download | enigma2-b009cd002baa14ac24020be3832ccb2bb8e5c404.tar.gz enigma2-b009cd002baa14ac24020be3832ccb2bb8e5c404.zip | |
move registering of DefaultWizard from StartWizard.py into DefaultWizard.py
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/StartWizard.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index 95fc24d1..23c3cd71 100644 --- a/lib/python/Screens/StartWizard.py +++ b/lib/python/Screens/StartWizard.py @@ -5,7 +5,6 @@ from Components.Pixmap import Pixmap, MovingPixmap from Components.config import config, ConfigBoolean, configfile from LanguageSelection import LanguageSelection -from DefaultWizard import DefaultWizard config.misc.firstrun = ConfigBoolean(default = True) config.misc.languageselected = ConfigBoolean(default = True) @@ -26,5 +25,4 @@ class StartWizard(WizardLanguage): configfile.save() wizardManager.registerWizard(LanguageSelection, config.misc.languageselected.value, priority = 5) -wizardManager.registerWizard(DefaultWizard, config.misc.defaultchosen.value, priority = 1) wizardManager.registerWizard(StartWizard, config.misc.firstrun.value, priority = 20) |
