From 04a6ffad0d1bd64cda7270ba0fcad74c33a20a51 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 18 Dec 2005 23:21:59 +0000 Subject: fix not-a-string when using english add some wizard-stuff --- lib/python/Screens/TutorialWizard.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/python/Screens/TutorialWizard.py') diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index 0ba97d3a..95318724 100644 --- a/lib/python/Screens/TutorialWizard.py +++ b/lib/python/Screens/TutorialWizard.py @@ -10,8 +10,9 @@ config.misc.firstruntutorial = configElementBoolean("config.misc.firstruntutoria class TutorialWizard(Wizard): skin = """ - + + @@ -22,7 +23,7 @@ class TutorialWizard(Wizard): self.skin = TutorialWizard.skin self.xmlfile = "tutorialwizard.xml" - Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=False, showConfig=False) + Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=True, showConfig=False) self["rc"] = MovingPixmap() self["arrowdown"] = MovingPixmap() self["arrowup"] = MovingPixmap() -- cgit v1.2.3