Fix for both-horiz property with eggtoolbar and bonobo. Fixes bug #104979.

2003-05-05  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-ui-properties.c: Fix for both-horiz property
	with eggtoolbar and bonobo. Fixes bug #104979.
This commit is contained in:
Kjartan Maraas 2003-05-04 23:14:05 +00:00 committed by Kjartan Maraas
parent 135e3fe70c
commit 1ef4020f9d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-05-05 Kjartan Maraas <kmaraas@gnome.org>
* 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 <jrb@redhat.com>
* Release 2.2.0.1

View file

@ -38,7 +38,7 @@ enum
static GConfEnumStringPair toolbar_style_enums[] = {
{ 0, "both" },
{ 1, "both_horiz" },
{ 1, "both-horiz" },
{ 2, "icons" },
{ 3, "text" },
{ -1, NULL }