From 7c8c99715d23af5678bbc8ded629f06202648025 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 16 Dec 2005 23:40:01 +0000 Subject: add a condition to the wizard-parser use this condition to discover, whether we need to show the tuner configs in the start wizard (single tuner-boxes should work now) --- data/startwizard.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data') diff --git a/data/startwizard.xml b/data/startwizard.xml index ae181f4d..37a5b1e5 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -28,6 +28,10 @@ self["rc"].startMoving() + +from Components.NimManager import nimmanager +self.condition = nimmanager.nimCount > 0 + @@ -43,6 +47,10 @@ self["arrowdown"].startMoving() + +from Components.NimManager import nimmanager +self.condition = nimmanager.nimCount > 1 + -- cgit v1.2.3