aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/startwizard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml
index c38558d0..de999de1 100644
--- a/data/startwizard.xml
+++ b/data/startwizard.xml
@@ -23,7 +23,7 @@ self["arrowup"].startMoving()
</step>
<step number="3">
<text value="Please set up tuner A" />
- <config screen="NimSetup" module="Satconfig" />
+ <config screen="NimSetup" module="Satconfig" args="0" />
<code>
self["arrowup"].moveTo(740, 355, 10)
self["arrowup"].startMoving()
@@ -35,7 +35,7 @@ self["arrowdown"].startMoving()
</step>
<step number="4">
<text value="Please set up tuner B" />
- <config screen="NimSetup" module="Satconfig" />
+ <config screen="NimSetup" module="Satconfig" args="1" />
<code>
self["arrowup"].moveTo(740, 355, 10)
self["arrowup"].startMoving()