gimp r25692 - in trunk: . app/gegl
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25692 - in trunk: . app/gegl
- Date: Sun, 18 May 2008 10:20:10 +0000 (UTC)
Author: mitch
Date: Sun May 18 10:20:10 2008
New Revision: 25692
URL: http://svn.gnome.org/viewvc/gimp?rev=25692&view=rev
Log:
2008-05-18 Michael Natterer <mitch gimp org>
* app/gegl/gimpcurvesconfig.c (gimp_curves_config_set_property):
also copy curve->identity.
Modified:
trunk/ChangeLog
trunk/app/gegl/gimpcurvesconfig.c
Modified: trunk/app/gegl/gimpcurvesconfig.c
==============================================================================
--- trunk/app/gegl/gimpcurvesconfig.c (original)
+++ trunk/app/gegl/gimpcurvesconfig.c Sun May 18 10:20:10 2008
@@ -204,6 +204,8 @@
sizeof (GimpVector2) * src_curve->n_points);
memcpy (dest_curve->samples, src_curve->samples,
sizeof (gdouble) * src_curve->n_samples);
+
+ dest_curve->identity = src_curve->identity;
}
}
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]