* src/Viewmanager.py: prompt before abandoning changes; enable autobackup

* src/GrampsCfg.py: enable autobackup
	* src/Config/_GrampsConfigKeys.py: enable autobackup
	* data/gramps.schemas: enable autobackup


svn: r7621
This commit is contained in:
Don Allingham
2006-11-13 04:50:38 +00:00
parent feeae34b01
commit b5ac0d52fc
5 changed files with 48 additions and 9 deletions

View File

@@ -159,6 +159,18 @@
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/behavior/enable-autobackup</key>
<applyto>/apps/gramps/behavior/enable-autobackup</applyto>
<owner>gramps</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Backup database on exit</short>
<long>If set to True, an XML backup of the database is created on exit.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/behavior/spellcheck</key>
<applyto>/apps/gramps/behavior/spellcheck</applyto>