2006-05-02 Don Allingham <don@gramps-project.org>

* src/Config/_GrampsConfigKeys.py: add family-warn back in
	* data/gramps.schemas.in: add family-warn back in
	


svn: r6520
This commit is contained in:
Don Allingham
2006-05-02 19:13:05 +00:00
parent 98cc3dcffb
commit 6a37d89056
3 changed files with 18 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
FAMILY_DETAILS = ('preferences','family-details', 0)
FAMILY_WARN = ('preferences','family-warn', 0)
LAST_VIEW = ('preferences','last-view', 1)
FAMILY_SIBLINGS = ('preferences','family-siblings', 0)
AUTOLOAD = ('behavior','autoload', 0)
@@ -47,6 +48,7 @@ WEBSITE_DIRECTORY = ('paths','website-directory', 2)
default_value = {
FAMILY_DETAILS : True,
FAMILY_WARN : True,
LAST_VIEW : 0,
FAMILY_SIBLINGS : True,
AUTOLOAD : False,