Removal of xml-autobackup
svn: r10208
This commit is contained in:
parent
cedda37345
commit
a0f67c9c53
@ -761,8 +761,6 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
|
|||||||
table.set_row_spacings(6)
|
table.set_row_spacings(6)
|
||||||
|
|
||||||
self.add_entry(table, _('Database path'), 0, Config.DATABASE_PATH)
|
self.add_entry(table, _('Database path'), 0, Config.DATABASE_PATH)
|
||||||
self.add_checkbox(table, _('Automatically backup database on exit'),
|
|
||||||
1, Config.ENABLE_AUTOBACKUP)
|
|
||||||
self.add_checkbox(table, _('Automatically load last database'),
|
self.add_checkbox(table, _('Automatically load last database'),
|
||||||
2, Config.AUTOLOAD)
|
2, Config.AUTOLOAD)
|
||||||
return table
|
return table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user