From: acid-burn Date: Wed, 23 Dec 2009 06:04:20 +0000 (+0100) Subject: Merge branch 'bug_351_softwaremanager_save_config_before_backup' X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=0cf3bc28d59e7bfb8519839a8e9c36a87ea382c8;hp=330d89bcb3e580f8b4ec4aaabbc2e8d7a50c5f6f Merge branch 'bug_351_softwaremanager_save_config_before_backup' --- diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py index 871f0a3..d9ccab5 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py @@ -66,6 +66,7 @@ class BackupScreen(Screen, ConfigListScreen): self.setTitle(_("Backup is running...")) def doBackup(self): + configfile.save() try: if (path.exists(self.backuppath) == False): makedirs(self.backuppath)