AUDIT: r16570 - gnucash/trunk/src/core-utils - #490679: Honor GNOME toolbar settings when specified.
Andreas Köhler
andi5 at cvs.gnucash.org
Fri Oct 26 19:21:11 EDT 2007
Author: andi5
Date: 2007-10-26 19:21:10 -0400 (Fri, 26 Oct 2007)
New Revision: 16570
Trac: http://svn.gnucash.org/trac/changeset/16570
Modified:
gnucash/trunk/src/core-utils/gnc-gconf-utils.h
Log:
#490679: Honor GNOME toolbar settings when specified.
Readd leading slash to DESKTOP_GNOME_INTERFACE for an absolute gconf
lookup. It has been removed in r14945 (by me).
BP
Modified: gnucash/trunk/src/core-utils/gnc-gconf-utils.h
===================================================================
--- gnucash/trunk/src/core-utils/gnc-gconf-utils.h 2007-10-26 18:59:56 UTC (rev 16569)
+++ gnucash/trunk/src/core-utils/gnc-gconf-utils.h 2007-10-26 23:21:10 UTC (rev 16570)
@@ -56,7 +56,7 @@
#define GCONF_WARNINGS_PERM "general/warnings/permanent"
/* Keys used across multiple modules */
-#define DESKTOP_GNOME_INTERFACE "desktop/gnome/interface"
+#define DESKTOP_GNOME_INTERFACE "/desktop/gnome/interface"
#define KEY_TOOLBAR_STYLE "toolbar_style"
#define KEY_SAVE_GEOMETRY "save_window_geometry"
#define KEY_LAST_PATH "last_path"
More information about the gnucash-changes
mailing list