GNOME Bugzilla – Bug 145004
Toolbar style key schema information is incorrect wrt "both-horiz"
Last modified: 2005-07-22 12:54:47 UTC
The gconf schema file for /desktop/gnome/interface/toolbar_style states that to display text next to the toolbar icons, one uses the value "both_horiz". But, when the capplet uses the value "both-horiz". These two things need to be the same.
Created attachment 29096 [details] [review] Use both_horiz instead of both-horiz With both values (both_horiz and both-horiz) works, but I think it's better to use the schema that gconf provies. So the patch simple use both_horiz.
Comment on attachment 29096 [details] [review] Use both_horiz instead of both-horiz gtk uses 'both-horiz' in gtktypebuiltins.c I'd rather see the schema patched.
Reassigning.
Created attachment 29799 [details] [review] Proposed patch against libgnome.
It's not blocked by freeze anymore...
But it soon will be again :-/
Removing easy-fix keyword as it's NOT meant for bugs with patches.
s/bugs with patches/bugs that already have fixes/. (There are a few cases where it may be okay to have an easy-fix keyword in a bug with a patch, plus the more common case where the easy-fix keyword appeared first and we were just too lazy to remove it)
"icon" should be "icons" too as mentionned on https://bugzilla.ubuntu.com/7264
Commited on HEAD.
*** Bug 311150 has been marked as a duplicate of this bug. ***