2006-08-26 Don Allingham <don@gramps-project.org>

* src/Config/_GrampsConfigKeys.py: set toolbar-on to 1 if the gconf
	schemas were not installed properly



svn: r7269
This commit is contained in:
Don Allingham 2006-08-26 13:48:17 +00:00
parent e2daccf0ae
commit aeb6e9a42e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-08-26 Don Allingham <don@gramps-project.org>
* src/Config/_GrampsConfigKeys.py: set toolbar-on to 1 if the gconf
schemas were not installed properly
2006-08-25 Brian Matherly <brian@gramps-project.org>
* src/const.py.in: Disable thumbnailer for Windows.

View File

@ -67,7 +67,7 @@ STARTUP = ('behavior','startup', 1)
SIZE_CHECKED = ('interface','size-checked', 0)
STATUSBAR = ('interface','statusbar', 1)
SURNAME_GUESSING = ('behavior','surname-guessing', 1)
TOOLBAR_ON = ('interface','toolbar-on', 0)
TOOLBAR_ON = ('interface','toolbar-on', 1)
USE_TIPS = ('behavior','use-tips', 0)
POP_PLUGIN_STATUS = ('behavior','pop-plugin-status', 0)
VIEW = ('interface','view', 0)