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:
committed by
Matthias Clasen
parent
7306716d4a
commit
6a13e3d82b
@@ -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:
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user