PATCH: toolbar style not following setting



Hi,

Small patch attached, that fixes the bug where bonobo applications don't
use the right toolbar style.

May I commit?
/Richard

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libbonoboui/ChangeLog,v
retrieving revision 1.311
diff -u -b -B -p -r1.311 ChangeLog
--- ChangeLog	26 Mar 2002 11:10:11 -0000	1.311
+++ ChangeLog	26 Mar 2002 21:20:01 -0000
@@ -1,3 +1,8 @@
+2002-03-26  Richard Hult  <rhult codefactory se>
+
+	* bonobo/bonobo-ui-preferences.c: The gconf key is icon, not
+	icons.
+
 2002-03-26  Michael Meeks  <michael ximian com>
 
 	* bonobo/bonobo-ui-toolbar-item.c
Index: bonobo/bonobo-ui-preferences.c
===================================================================
RCS file: /cvs/gnome/libbonoboui/bonobo/bonobo-ui-preferences.c,v
retrieving revision 1.13
diff -u -b -B -p -r1.13 bonobo-ui-preferences.c
--- bonobo/bonobo-ui-preferences.c	14 Mar 2002 12:47:21 -0000	1.13
+++ bonobo/bonobo-ui-preferences.c	26 Mar 2002 21:20:01 -0000
@@ -21,7 +21,7 @@
 
 static GConfEnumStringPair toolbar_styles[] = {
         { BONOBO_UI_TOOLBAR_STYLE_PRIORITY_TEXT, "text" },
-        { BONOBO_UI_TOOLBAR_STYLE_ICONS_ONLY, "icons" },
+        { BONOBO_UI_TOOLBAR_STYLE_ICONS_ONLY, "icon" },
         { BONOBO_UI_TOOLBAR_STYLE_ICONS_AND_TEXT, "both" }
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]