r16589 - gnucash/branches/2.2/src/core-utils - #490679: Honor GNOME toolbar settings when specified. Merges r16570 from trunk.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Nov 11 12:32:35 EST 2007


Author: andi5
Date: 2007-11-11 12:32:34 -0500 (Sun, 11 Nov 2007)
New Revision: 16589
Trac: http://svn.gnucash.org/trac/changeset/16589

Modified:
   gnucash/branches/2.2/src/core-utils/gnc-gconf-utils.h
Log:
#490679: Honor GNOME toolbar settings when specified.  Merges r16570 from trunk.

Readd leading slash to DESKTOP_GNOME_INTERFACE for an absolute gconf
lookup.  It has been removed in r14945 (by me).


Modified: gnucash/branches/2.2/src/core-utils/gnc-gconf-utils.h
===================================================================
--- gnucash/branches/2.2/src/core-utils/gnc-gconf-utils.h	2007-11-11 17:32:30 UTC (rev 16588)
+++ gnucash/branches/2.2/src/core-utils/gnc-gconf-utils.h	2007-11-11 17:32:34 UTC (rev 16589)
@@ -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