From fb0f569733c71a83f0c73a518f8aead20af23513 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Tue, 8 Sep 2009 12:31:30 +0200 Subject: [PATCH] SystemPlugins/SoftwareManager/imagewizard.xml: add laststep=true and isLastWizard condition to imagewizard. --- .../SoftwareManager/imagewizard.xml | 202 +++++++++--------- 1 file changed, 102 insertions(+), 100 deletions(-) mode change 100644 => 100755 lib/python/Plugins/SystemPlugins/SoftwareManager/imagewizard.xml diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/imagewizard.xml b/lib/python/Plugins/SystemPlugins/SoftwareManager/imagewizard.xml old mode 100644 new mode 100755 index 98658b7d..34302ec6 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/imagewizard.xml +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/imagewizard.xml @@ -1,100 +1,102 @@ - - - -from Plugins.SystemPlugins.SoftwareManager.ImageWizard import checkConfigBackup -self.backuppath = checkConfigBackup() -self.condition = (self.backuppath is not None and config.misc.firstrun.value) - - - - - - - -self.clearSelectedKeys() -self.selectKey("OK") - - - - - - - - - - - - - - - - - - - - - - - - - - - - -self.currStep = self.getStepWithID('backupresult') -self.afterAsyncCode() - - - - - -from Plugins.SystemPlugins.SoftwareManager.ImageWizard import checkBackupFile -self.backuppath = checkBackupFile() -self.condition = (self.backuppath is True) - - - - - - -from Plugins.SystemPlugins.SoftwareManager.ImageWizard import checkBackupFile -self.backuppath = checkBackupFile() -self.condition = (self.backuppath is False) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -from enigma import quitMainloop -quitMainloop(1) - - - - - - - - + + + +from Plugins.SystemPlugins.SoftwareManager.ImageWizard import checkConfigBackup +self.backuppath = checkConfigBackup() +self.condition = (self.backuppath is not None and config.misc.firstrun.value) + + + + + + + +self.clearSelectedKeys() +self.selectKey("OK") + + + + + + + + + + + + + + + + + + + + + + + + + + + + +self.currStep = self.getStepWithID('backupresult') +self.afterAsyncCode() + + + + + +from Plugins.SystemPlugins.SoftwareManager.ImageWizard import checkBackupFile +self.backuppath = checkBackupFile() +self.condition = (self.backuppath is True) + + + + + + +from Plugins.SystemPlugins.SoftwareManager.ImageWizard import checkBackupFile +self.backuppath = checkBackupFile() +self.condition = (self.backuppath is False) + + + + + + + + + + + + + + + + + + + + + + + + + + + +from enigma import quitMainloop +quitMainloop(1) + + + + + + +self.condition = self.isLastWizard + + + + -- 2.30.2