diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 52ab8e649..846fcc136 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2006-08-26 Don Allingham + * src/Config/_GrampsConfigKeys.py: set toolbar-on to 1 if the gconf + schemas were not installed properly + 2006-08-25 Brian Matherly * src/const.py.in: Disable thumbnailer for Windows. diff --git a/gramps2/src/Config/_GrampsConfigKeys.py b/gramps2/src/Config/_GrampsConfigKeys.py index 53d3b1ab3..bf59d37eb 100644 --- a/gramps2/src/Config/_GrampsConfigKeys.py +++ b/gramps2/src/Config/_GrampsConfigKeys.py @@ -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)