* 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

@@ -32,6 +32,7 @@ HIDE_EP_MSG = ('preferences','hide-ep-msg', 0)
LAST_VIEW = ('preferences','last-view', 1)
USE_LAST_VIEW = ('preferences','use-last-view', 1)
FAMILY_SIBLINGS = ('preferences','family-siblings', 0)
ENABLE_AUTOBACKUP = ('behavior','enable-autobackup', 1)
AUTOLOAD = ('behavior','autoload', 0)
SPELLCHECK = ('behavior','spellcheck', 0)
BETAWARN = ('behavior','betawarn', 0)
@@ -96,6 +97,7 @@ default_value = {
USE_LAST_VIEW : True,
FAMILY_SIBLINGS : True,
AUTOLOAD : False,
ENABLE_AUTOBACKUP : True,
SPELLCHECK : False,
BETAWARN : False,
WELCOME : 100,