diff options
| author | Mladen Horvat <acid-burn@opendreambox.org> | 2009-12-09 07:43:56 +0100 |
|---|---|---|
| committer | Mladen Horvat <acid-burn@opendreambox.org> | 2009-12-09 07:43:56 +0100 |
| commit | f16e3ef9d1cf770517a6b21cc80884ea845d7ed4 (patch) | |
| tree | 5b350614335eb5829c18e62fb361c97d2d659731 /lib/python | |
| parent | 5db6b1ffe476ccd807a7a16fe2430e23f3cce169 (diff) | |
| parent | 25af2f392e5a88feb892d7bb2c889256dd74abbb (diff) | |
| download | enigma2-f16e3ef9d1cf770517a6b21cc80884ea845d7ed4.tar.gz enigma2-f16e3ef9d1cf770517a6b21cc80884ea845d7ed4.zip | |
Merge commit 'origin/bug_351_softwaremanager_save_config_before_backup' into experimental
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) |
