aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-09 09:38:17 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-09 09:38:17 +0000
commita4332bd8d55eb4b54972f64c91aefd42f388de52 (patch)
treee5bb430da56480a82558cf344661ff11d8b80f8b /data
parent1a1ed192c7d9009498b004f52334e3c705380a1c (diff)
downloadenigma2-a4332bd8d55eb4b54972f64c91aefd42f388de52.tar.gz
enigma2-a4332bd8d55eb4b54972f64c91aefd42f388de52.zip
use slotid as parameter for the SatSetup instead of nim for easier inclusing into the start wizard
add ability to pass arguments to a screen (the args-tag is evaluated with eval())
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()