fix the ID of the "histogram-channel" property.

2008-01-21  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpcolorbar.c (gimp_color_bar_class_init): fix the
	ID of the "histogram-channel" property.


svn path=/trunk/; revision=24660
This commit is contained in:
Michael Natterer 2008-01-21 16:18:51 +00:00 committed by Michael Natterer
parent 455dad245e
commit 8191536f8b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-01-21 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpcolorbar.c (gimp_color_bar_class_init): fix the
ID of the "histogram-channel" property.
2008-01-21 Michael Natterer <mitch@gimp.org>
* app/core/gimpdrawable-levels.c: port to GEGL and use the new

View File

@ -87,7 +87,7 @@ gimp_color_bar_class_init (GimpColorBarClass *klass)
GIMP_PARAM_WRITABLE |
G_PARAM_CONSTRUCT));
g_object_class_install_property (object_class, PROP_ORIENTATION,
g_object_class_install_property (object_class, PROP_CHANNEL,
g_param_spec_enum ("histogram-channel",
NULL, NULL,
GIMP_TYPE_HISTOGRAM_CHANNEL,