This is a review to back out and earlier change to a gconf key, /desktop/gnome/interface/toolbar_style
to its original value. What this pathc does is to make the text to be shown below icon instead of beside it. This is a more consistent for most applications. The details as to why this is done is explained in the bug, http://defect.opensolaris.org/bz/show_bug.cgi?id=4120 The code diff is: bash-3.2$ svn diff Index: patches/libgnome-02-indiana-default.diff =================================================================== --- patches/libgnome-02-indiana-default.diff (revision 17225) +++ patches/libgnome-02-indiana-default.diff (working copy) @@ -24,15 +24,6 @@ diff -ur libgnome-2.23.4-orig//schemas/desktop_gnome_interface.schemas.in.in libgnome-2.23.4//schemas/desktop_gnome_interface.schemas.in.in --- libgnome-2.23.4-orig//schemas/desktop_gnome_interface.schemas.in.in Tue Aug 12 15:46:20 2008 +++ libgnome-2.23.4//schemas/desktop_gnome_interface.schemas.in.in Tue Aug 12 15:49:53 2008 -@@ -53,7 +53,7 @@ - <applyto>/desktop/gnome/interface/toolbar_style</applyto> - <owner>gnome</owner> - <type>string</type> -- <default>both</default> -+ <default>both-horiz</default> - <locale name="C"> - <short>Toolbar Style</short> - <long>Toolbar Style. Valid values are "both", "both-horiz", "icons", and @@ -165,8 +165,9 @@ <applyto>/desktop/gnome/interface/font_name</applyto> <owner>gnome</owner>
