use step attribute to point to the next step for a listbox entry in the wizard
[enigma2.git] / data / startwizard.xml
index de999de17066dc959dbeebc768ee2df9b58776a9..81d33b32d051f49fa80db2af60c07a5fc85a3679 100644 (file)
@@ -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)