Fix wrapped property.

2004-01-11  Manish Singh  <yosh@gimp.org>

        * app/widgets/gtkwrapbox.c: Fix wrapped property.
This commit is contained in:
Manish Singh 2004-01-12 01:32:20 +00:00 committed by Manish Singh
parent 8a8c0c6e06
commit b3d6c1fa80
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-11 Manish Singh <yosh@gimp.org>
* app/widgets/gtkwrapbox.c: Fix wrapped property.
2004-01-11 Sven Neumann <sven@gimp.org>
* libgimpbase/gimpsignal.h

View File

@ -256,7 +256,7 @@ gtk_wrap_box_class_init (GtkWrapBoxClass *class)
FALSE,
G_PARAM_READWRITE));
gtk_container_class_install_child_property (container_class,
CHILD_PROP_VFILL,
CHILD_PROP_WRAPPED,
g_param_spec_boolean ("wrapped",
NULL,
NULL,