From: acid-burn Date: Tue, 8 Sep 2009 10:31:30 +0000 (+0200) Subject: SystemPlugins/SoftwareManager/imagewizard.xml: add laststep=true and isLastWizard... X-Git-Tag: 2.6.0~71 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/fb0f569733c71a83f0c73a518f8aead20af23513 SystemPlugins/SoftwareManager/imagewizard.xml: add laststep=true and isLastWizard condition to imagewizard. --- 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 + + + +