Corrected the published default value of GtkFrame::label-xalign (bug

* gtk/gtkframe.c: Corrected the published default value of
	GtkFrame::label-xalign (bug 460272).


svn path=/trunk/; revision=18671
This commit is contained in:
Tristan Van Berkom 2007-08-22 13:41:32 +00:00
parent 3465278f86
commit 0f9230d30a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-08-22 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkframe.c: Corrected the published default value of
GtkFrame::label-xalign (bug 460272).
2007-08-21 Kristian Rietveld <kris@imendio.com>
* gtk/gtktooltip.c (gtk_tooltip_init),

View File

@ -114,7 +114,7 @@ gtk_frame_class_init (GtkFrameClass *class)
P_("The horizontal alignment of the label"),
0.0,
1.0,
0.5,
0.0,
GTK_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
PROP_LABEL_YALIGN,