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:
parent
135e3fe70c
commit
1ef4020f9d
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -38,7 +38,7 @@ enum
|
|||
|
||||
static GConfEnumStringPair toolbar_style_enums[] = {
|
||||
{ 0, "both" },
|
||||
{ 1, "both_horiz" },
|
||||
{ 1, "both-horiz" },
|
||||
{ 2, "icons" },
|
||||
{ 3, "text" },
|
||||
{ -1, NULL }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue