From 1e1c01fece5a4a86a762af265e382da5dbb2d8cb Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 17 Dec 2005 17:34:16 +0000 Subject: add ability to remove list and config from a wizard --- lib/python/Screens/TutorialWizard.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/python/Screens/TutorialWizard.py') diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index 234047d0..2d30b012 100644 --- a/lib/python/Screens/TutorialWizard.py +++ b/lib/python/Screens/TutorialWizard.py @@ -12,8 +12,6 @@ class TutorialWizard(Wizard): skin = """ - - @@ -24,7 +22,7 @@ class TutorialWizard(Wizard): self.skin = TutorialWizard.skin self.xmlfile = "tutorialwizard.xml" - Wizard.__init__(self, session, showSteps=False, showStepSlider=False) + Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=False, showConfig=False) self["rc"] = MovingPixmap() self["arrowdown"] = MovingPixmap() self["arrowup"] = MovingPixmap() -- cgit v1.2.3