mirror of https://github.com/GNOME/gimp.git
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:
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>
|
||||
|
||||
* 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 |
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue