From aeb6e9a42eb4b358a27398e7e9dd31b9aee12471 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 26 Aug 2006 13:48:17 +0000 Subject: [PATCH] 2006-08-26 Don Allingham * src/Config/_GrampsConfigKeys.py: set toolbar-on to 1 if the gconf schemas were not installed properly svn: r7269 --- gramps2/ChangeLog | 4 ++++ gramps2/src/Config/_GrampsConfigKeys.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)