fix tuner B and C in startwizard
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 4 Jun 2007 12:37:37 +0000 (12:37 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 4 Jun 2007 12:37:37 +0000 (12:37 +0000)
data/startwizard.xml

index 79b9fa85b3e376282b0b87e55f2dde851cbda6be..d3e0642eb8739f93e6712398bf40bc940ca886bc 100644 (file)
@@ -69,7 +69,7 @@ from Components.NimManager import nimmanager
 self.condition = len(nimmanager.nim_slots) > 2 and not nimmanager.nim_slots[2].empty
                        </condition>
                        <text value="Please set up tuner C" />
-                       <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
+                       <config screen="NimSetup" module="Satconfig" args="2" type="ConfigList" />
                        <code>
 self["rc"].moveTo(500, 50, 1)
 self["rc"].startMoving()
@@ -87,7 +87,7 @@ from Components.NimManager import nimmanager
 self.condition = len(nimmanager.nim_slots) > 3 and not nimmanager.nim_slots[3].empty
                        </condition>
                        <text value="Please set up tuner D" />
-                       <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
+                       <config screen="NimSetup" module="Satconfig" args="3" type="ConfigList" />
                        <code>
 self["rc"].moveTo(500, 50, 1)
 self["rc"].startMoving()