GNOME Bugzilla – Bug 117792
Wrong gconf key used for toolbar_style
Last modified: 2004-12-22 21:47:04 UTC
gnome-ui-properties sets the "/desktop/gnome/interface/toolbar_style" gconf key to "icons" when the Icons Only style is selected. It appears that bonobo doesn't honor this style, and is looking for the key "icon" instead (http://www.geocrawler.com/archives/3/266/2002/3/0/8218646/).
Jody; looks like this has changed backwards and forward and things got screwed up. I could have sworn it worked fine for me when we wrote that code. Can some control-center person fix libbonoboui and commit when the key's meaning is changed.
What's going on with this bug, then?
What is happening - is that Jody/whomever changed this/someone else hasn't written a patch to fix it and committed it yet.
it seems to be correct in the CVS head, here's the excerpt from bonobo-ui-preferences.c static GConfEnumStringPair toolbar_styles[] = { { BONOBO_UI_TOOLBAR_STYLE_TEXT_ONLY, "text" }, { BONOBO_UI_TOOLBAR_STYLE_ICONS_ONLY, "icons" }, { BONOBO_UI_TOOLBAR_STYLE_ICONS_AND_TEXT, "both" }, { BONOBO_UI_TOOLBAR_STYLE_PRIORITY_TEXT, "both_horiz" }, { BONOBO_UI_TOOLBAR_STYLE_PRIORITY_TEXT, "both-horiz" }, { -1, NULL } };
if it's fixed already I suppose we should close the bug :-)
Sounds like a plan :-)