From bdbf663b67d46f79ba2163f6b7df377a63218092 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 7 Jul 2008 20:22:30 +0000 Subject: - allow multiple xml control files for one wizard (to combine wizards, that should also be able to run standalone) - separate question for default sat lists in start wizard --- data/defaultsatlists.xml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'data/defaultsatlists.xml') diff --git a/data/defaultsatlists.xml b/data/defaultsatlists.xml index f6489676..132b427c 100644 --- a/data/defaultsatlists.xml +++ b/data/defaultsatlists.xml @@ -1,5 +1,5 @@ - + packagelist = self.fillPackagesList() self.runWizard = (len(packagelist) > 0) @@ -12,11 +12,11 @@ self.condition = self.runWizard self.disableKeys = True - + - + if self.runWizard: self.condition = True @@ -32,12 +32,9 @@ else: self.disableKeys = False - -self.markDone() - - + self.condition = False if self.runWizard: @@ -49,12 +46,14 @@ if self.runWizard: self.disableKeys = True self.installPackages(self.indexList) - - -#print "len of packageslist", len(self.packageslist) -#if (len(self.packageslist) == 1): - #self.installPackage(0) + + + +self.markDone() +self.condition = False + + -- cgit v1.2.3