Removal of xml-autobackup

svn: r10208
This commit is contained in:
Peter Landgren 2008-03-07 14:09:33 +00:00
parent cedda37345
commit a0f67c9c53

View File

@ -761,8 +761,6 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
table.set_row_spacings(6)
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'),
2, Config.AUTOLOAD)
return table