Merged from trunk:

2007-11-22  Matthias Clasen  <mclasen@redhat.com>

        Merged from trunk:

        * gtk/gtktoolbar.c: Fix the default value of the toolbar-style
        property.  (#489782, Jan Janech)



svn path=/branches/gtk-2-12/; revision=19028
This commit is contained in:
Matthias Clasen
2007-11-22 06:13:23 +00:00
committed by Matthias Clasen
parent 7306716d4a
commit 6a13e3d82b
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2007-11-22 Matthias Clasen <mclasen@redhat.com>
Merged from trunk:
* gtk/gtktoolbar.c: Fix the default value of the toolbar-style
property. (#489782, Jan Janech)
2007-11-22 Matthias Clasen <mclasen@redhat.com>
Merged from trunk:

View File

@@ -484,7 +484,7 @@ gtk_toolbar_class_init (GtkToolbarClass *klass)
P_("Toolbar Style"),
P_("How to draw the toolbar"),
GTK_TYPE_TOOLBAR_STYLE,
GTK_TOOLBAR_ICONS,
DEFAULT_TOOLBAR_STYLE,
GTK_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
PROP_SHOW_ARROW,