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:

committed by
Michael Natterer

parent
455dad245e
commit
8191536f8b
@ -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>
|
2008-01-21 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/core/gimpdrawable-levels.c: port to GEGL and use the new
|
* app/core/gimpdrawable-levels.c: port to GEGL and use the new
|
||||||
|
@ -87,7 +87,7 @@ gimp_color_bar_class_init (GimpColorBarClass *klass)
|
|||||||
GIMP_PARAM_WRITABLE |
|
GIMP_PARAM_WRITABLE |
|
||||||
G_PARAM_CONSTRUCT));
|
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",
|
g_param_spec_enum ("histogram-channel",
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
GIMP_TYPE_HISTOGRAM_CHANNEL,
|
GIMP_TYPE_HISTOGRAM_CHANNEL,
|
||||||
|
Reference in New Issue
Block a user