diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2009-12-23 07:04:20 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2009-12-23 07:04:20 +0100 |
| commit | 0cf3bc28d59e7bfb8519839a8e9c36a87ea382c8 (patch) | |
| tree | 92a2c50aef546ce5b6e2c1cc2f24f8ee3f024a1e /lib/python | |
| parent | 330d89bcb3e580f8b4ec4aaabbc2e8d7a50c5f6f (diff) | |
| parent | 25af2f392e5a88feb892d7bb2c889256dd74abbb (diff) | |
| download | enigma2-0cf3bc28d59e7bfb8519839a8e9c36a87ea382c8.tar.gz enigma2-0cf3bc28d59e7bfb8519839a8e9c36a87ea382c8.zip | |
Merge branch 'bug_351_softwaremanager_save_config_before_backup'
Diffstat (limited to 'lib/python')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py index 871f0a30..d9ccab57 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) |
