app/widgets/gimpcontainerview.c app/widgets/gimpimagedock.c

2005-03-09  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpcontainerview.c
	* app/widgets/gimpimagedock.c
	* app/widgets/gimptoolbox.c
	* app/widgets/gtkwrapbox.c
	* libgimpwidgets/gimpcellrenderercolor.c
	* libgimpwidgets/gimpcellrenderertoggle.c
	* libgimpwidgets/gimpframe.c: use canonical names when registering
	param specs.
This commit is contained in:
Sven Neumann 2005-03-09 17:02:35 +00:00 committed by Sven Neumann
parent 07fa3011f3
commit 73bfd57273
9 changed files with 30 additions and 19 deletions

View file

@ -103,12 +103,12 @@ gimp_frame_class_init (GimpFrameClass *klass)
frame_class->compute_child_allocation = gimp_frame_child_allocate;
gtk_widget_class_install_style_property (widget_class,
g_param_spec_boolean ("label_bold",
g_param_spec_boolean ("label-bold",
NULL, NULL,
DEFAULT_LABEL_BOLD,
G_PARAM_READABLE));
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("label_spacing",
g_param_spec_int ("label-spacing",
NULL, NULL,
0,
G_MAXINT,