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:
parent
2293665757
commit
6be19c2105
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user