aboutsummaryrefslogtreecommitdiff
path: root/data/startwizard.xml
diff options
context:
space:
mode:
authorFelix Domke <felix.domke@multimedia-labs.de>2009-09-03 22:32:03 +0200
committerFelix Domke <felix.domke@multimedia-labs.de>2009-09-03 22:32:03 +0200
commit94b6db866acd558a025f5eb998ef27f5801a8468 (patch)
tree45317d97786e05311903f229463eb1a3676ad12b /data/startwizard.xml
parentfc513fe2cc938f7e19be16c346fe03cacd8eb8a7 (diff)
parenteb7939bd2988c40f56af80a64a557e2c41a896c9 (diff)
downloadenigma2-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.xml5
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>