aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2009-12-23 07:04:20 +0100
committeracid-burn <acid-burn@opendreambox.org>2009-12-23 07:04:20 +0100
commit0cf3bc28d59e7bfb8519839a8e9c36a87ea382c8 (patch)
tree92a2c50aef546ce5b6e2c1cc2f24f8ee3f024a1e /lib/python/Plugins/SystemPlugins
parent330d89bcb3e580f8b4ec4aaabbc2e8d7a50c5f6f (diff)
parent25af2f392e5a88feb892d7bb2c889256dd74abbb (diff)
downloadenigma2-0cf3bc28d59e7bfb8519839a8e9c36a87ea382c8.tar.gz
enigma2-0cf3bc28d59e7bfb8519839a8e9c36a87ea382c8.zip
Merge branch 'bug_351_softwaremanager_save_config_before_backup'
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py1
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)