X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/67b53c1cb06988394c35a6e965c99b72b67fe1be..86fda4cfacce19566a0557375960d507e720afb6:/lib/python/Screens/TutorialWizard.py diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index c90ed365..1c0c4108 100644 --- a/lib/python/Screens/TutorialWizard.py +++ b/lib/python/Screens/TutorialWizard.py @@ -6,20 +6,8 @@ from Components.Pixmap import MovingPixmap config.misc.firstruntutorial = ConfigBoolean(default = True) class TutorialWizard(Wizard): - skin = """ - - - - - - - - """ - def __init__(self, session): - self.skin = TutorialWizard.skin self.xmlfile = "tutorialwizard.xml" - Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=True, showConfig=False) self["rc"] = MovingPixmap() self["arrowdown"] = MovingPixmap() @@ -30,4 +18,4 @@ class TutorialWizard(Wizard): config.misc.firstruntutorial.value = False config.misc.firstruntutorial.save() -#wizardManager.registerWizard(TutorialWizard, config.misc.firstruntutorial.value) +#wizardManager.registerWizard(TutorialWizard, config.misc.firstruntutorial.value, priority = 30)