aboutsummaryrefslogtreecommitdiff
path: root/data/startwizard.xml
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-09 11:29:37 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-09 11:29:37 +0000
commitc08166b6d0671d136ca9c62ce9c915e426cff2f7 (patch)
tree1d77a10f647950cc2c8ac8ef37c7903caed97e53 /data/startwizard.xml
parent796ca1530ab14e7694e5569d136ca128619d8e07 (diff)
downloadenigma2-c08166b6d0671d136ca9c62ce9c915e426cff2f7.tar.gz
enigma2-c08166b6d0671d136ca9c62ce9c915e426cff2f7.zip
use step attribute to point to the next step for a listbox entry in the wizard
scanning is now possible through the wizard
Diffstat (limited to 'data/startwizard.xml')
-rw-r--r--data/startwizard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml
index de999de1..81d33b32 100644
--- a/data/startwizard.xml
+++ b/data/startwizard.xml
@@ -11,8 +11,8 @@ self["rc"].startMoving()
<step number="2">
<text value="Bla" />
<list>
- <listentry caption="Use wizard to set up basic features" />
- <listentry caption="Exit wizard" />
+ <listentry caption="Use wizard to set up basic features" step="next" />
+ <listentry caption="Exit wizard" step="end" />
</list>
<code>
self["arrowdown"].moveTo(557, 200, 10)