From 19f9f1661f91c6dc6bdb480adf66db0ca1b74b5d Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 4 Jun 2007 12:37:37 +0000 Subject: [PATCH] fix tuner B and C in startwizard --- data/startwizard.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/startwizard.xml b/data/startwizard.xml index 79b9fa8..d3e0642 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -69,7 +69,7 @@ from Components.NimManager import nimmanager self.condition = len(nimmanager.nim_slots) > 2 and not nimmanager.nim_slots[2].empty - + 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 - + self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() -- 2.7.4