allow skipping of end screens in wizards
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 3 Sep 2009 14:25:07 +0000 (16:25 +0200)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 3 Sep 2009 14:25:07 +0000 (16:25 +0200)
commita053f35db7edbd467bf01b9054d90dad3ce12803
tree78ddec3a03a3fee8705660c8984c35651c81da39
parent9ec0803d291b661b38b2ebf94810133826be6a79
allow skipping of end screens in wizards
just add

<condition>
self.condition = self.isLastWizard
</condition>

to the last screen in your wizard

furthermore you need to update the <step>-tag of your last step according to the following example:
<step id="end" laststep="true">
...
</step>
data/startwizard.xml
lib/python/Screens/Wizard.py