fix default value
svn: r8587
This commit is contained in:
parent
0f701351a6
commit
09d956ad4c
@ -25,7 +25,6 @@
|
|||||||
# python gen_schema_keys.py ../../data/gramps.schemas.in
|
# python gen_schema_keys.py ../../data/gramps.schemas.in
|
||||||
# in the src/Config directory.
|
# in the src/Config directory.
|
||||||
|
|
||||||
DATABASE_PATH = ('behavior','database-path', 2)
|
|
||||||
DEFAULT_SOURCE = ('preferences','default-source', 0)
|
DEFAULT_SOURCE = ('preferences','default-source', 0)
|
||||||
RELATION_SHADE = ('preferences','relation-shade', 0)
|
RELATION_SHADE = ('preferences','relation-shade', 0)
|
||||||
ONLINE_MAPS = ('preferences','online-maps', 0)
|
ONLINE_MAPS = ('preferences','online-maps', 0)
|
||||||
@ -128,6 +127,7 @@ OWNER_WARN = ('behavior','owner-warn', 0)
|
|||||||
|
|
||||||
|
|
||||||
default_value = {
|
default_value = {
|
||||||
|
DATABASE_PATH : "~/.grampsdb/gramps",
|
||||||
DEFAULT_SOURCE : False,
|
DEFAULT_SOURCE : False,
|
||||||
RELATION_SHADE : True,
|
RELATION_SHADE : True,
|
||||||
ONLINE_MAPS : False,
|
ONLINE_MAPS : False,
|
||||||
|
Loading…
Reference in New Issue
Block a user