diff options
| author | Felix Domke <felix.domke@multimedia-labs.de> | 2009-09-03 22:32:03 +0200 |
|---|---|---|
| committer | Felix Domke <felix.domke@multimedia-labs.de> | 2009-09-03 22:32:03 +0200 |
| commit | 94b6db866acd558a025f5eb998ef27f5801a8468 (patch) | |
| tree | 45317d97786e05311903f229463eb1a3676ad12b /data/startwizard.xml | |
| parent | fc513fe2cc938f7e19be16c346fe03cacd8eb8a7 (diff) | |
| parent | eb7939bd2988c40f56af80a64a557e2c41a896c9 (diff) | |
| download | enigma2-94b6db866acd558a025f5eb998ef27f5801a8468.tar.gz enigma2-94b6db866acd558a025f5eb998ef27f5801a8468.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'data/startwizard.xml')
| -rw-r--r-- | data/startwizard.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml index 8fcf8f41..c004a5e6 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -160,7 +160,10 @@ config.ParentalControl.setuppin.save() <text value="After the start wizard is completed, you need to protect single services. Refer to your dreambox's manual on how to do that." /> </step> - <step id="end"> + <step id="end" laststep="true"> + <condition> +self.condition = self.isLastWizard + </condition> <text value="Thank you for using the wizard. Your box is now ready to use.\nPlease press OK to start using your Dreambox." /> </step> </wizard> |
