entropy.server.interfaces.main: fix settings backup by copying the

whole dictionary
This commit is contained in:
Fabio Erculiani
2009-04-13 09:46:30 +02:00
parent fb2f2a04dd
commit f8cd7965b2
+1 -1
View File
@@ -209,7 +209,7 @@ class Server(Singleton,TextInterface):
backup_list = [
'etpdatabaseclientfilepath',
'clientdbid',
{'server': {'default_repository_id': curr_repoid}},
{'server': self.SystemSettings['server'].copy()},
]
for setting in backup_list:
if setting not in self.settings_to_backup: