From 5bc8209d19e1d41f289cfe198e4e3a839adf894b Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 11 Feb 2008 14:12:52 +0000 Subject: add a 'priority' for wizard screens to define the run order --- lib/python/Screens/TutorialWizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/TutorialWizard.py') diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index c90ed365..9e97b7e7 100644 --- a/lib/python/Screens/TutorialWizard.py +++ b/lib/python/Screens/TutorialWizard.py @@ -30,4 +30,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) -- cgit v1.2.3