X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d58ca4cf34b7621aea4e2c1ff07bed6b2cd6b763..44985357544c5a3bf67a758c8612102ac59a74cc:/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 index 98658b7d..34302ec6 100755 --- 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 + + + +