From 1ef4020f9d5f902ff59225e08d8b4151a0c993e5 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Sun, 4 May 2003 23:14:05 +0000 Subject: [PATCH] Fix for both-horiz property with eggtoolbar and bonobo. Fixes bug #104979. 2003-05-05 Kjartan Maraas * gnome-ui-properties.c: Fix for both-horiz property with eggtoolbar and bonobo. Fixes bug #104979. --- capplets/ui-properties/ChangeLog | 5 +++++ capplets/ui-properties/gnome-ui-properties.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/capplets/ui-properties/ChangeLog b/capplets/ui-properties/ChangeLog index 8c61561a4..04952b5de 100644 --- a/capplets/ui-properties/ChangeLog +++ b/capplets/ui-properties/ChangeLog @@ -1,3 +1,8 @@ +2003-05-05 Kjartan Maraas + + * gnome-ui-properties.c: Fix for both-horiz property + with eggtoolbar and bonobo. Fixes bug #104979. + Tue Feb 4 17:09:18 2003 Jonathan Blandford * Release 2.2.0.1 diff --git a/capplets/ui-properties/gnome-ui-properties.c b/capplets/ui-properties/gnome-ui-properties.c index 10013c123..11c7af84a 100644 --- a/capplets/ui-properties/gnome-ui-properties.c +++ b/capplets/ui-properties/gnome-ui-properties.c @@ -38,7 +38,7 @@ enum static GConfEnumStringPair toolbar_style_enums[] = { { 0, "both" }, - { 1, "both_horiz" }, + { 1, "both-horiz" }, { 2, "icons" }, { 3, "text" }, { -1, NULL }