#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


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16570 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2007-10-26 23:21:10 +00:00
parent 392916ef63
commit f8acc63e3b

View File

@ -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"