gimp r24660 - in trunk: . app/widgets
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24660 - in trunk: . app/widgets
- Date: Mon, 21 Jan 2008 16:18:51 +0000 (GMT)
Author: mitch
Date: Mon Jan 21 16:18:51 2008
New Revision: 24660
URL: http://svn.gnome.org/viewvc/gimp?rev=24660&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/app/widgets/gimpcolorbar.c
Modified: trunk/app/widgets/gimpcolorbar.c
==============================================================================
--- trunk/app/widgets/gimpcolorbar.c (original)
+++ trunk/app/widgets/gimpcolorbar.c Mon Jan 21 16:18:51 2008
@@ -87,7 +87,7 @@
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]