some code cleanup
[enigma2.git] / data / startwizard.xml
index 13799a2c6b0962bd380780fc657639f7bfe746b8..14bcd56dab401cfd966a08933d45cbaeb85f894c 100644 (file)
@@ -1,6 +1,12 @@
 <wizard>
                <step number="1">
                        <text value="Hello User.\n\nThis start-wizard will guide you through the basic setup of your Dreambox.\n\nPress the OK button on your remote control to move to the next step." />
 <wizard>
                <step number="1">
                        <text value="Hello User.\n\nThis start-wizard will guide you through the basic setup of your Dreambox.\n\nPress the OK button on your remote control to move to the next step." />
+                       <code>
+self["arrowdown"].moveTo(557, 232, 10)
+self["rc"].moveTo(500, 50, 10)         
+self["arrowdown"].startMoving()
+self["rc"].startMoving()
+                       </code>
                </step>
                <step number="2">
                        <text value="Bla" />
                </step>
                <step number="2">
                        <text value="Bla" />
@@ -25,7 +31,6 @@ self["arrowdown"].clearPath(True)
 self["arrowdown"].addMovePoint(510, 300, 10)
 self["arrowdown"].addMovePoint(610, 300, 10)
 self["arrowdown"].startMoving()
 self["arrowdown"].addMovePoint(510, 300, 10)
 self["arrowdown"].addMovePoint(610, 300, 10)
 self["arrowdown"].startMoving()
-self["config"].l.setList(self.scanSetupDialog["config"].list)
                        </code>
                </step>
                <step number="4">
                        </code>
                </step>
                <step number="4">