gimp r25665 - in trunk: . app/gegl
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25665 - in trunk: . app/gegl
- Date: Wed, 14 May 2008 11:59:04 +0100 (BST)
Author: mitch
Date: Wed May 14 10:59:04 2008
New Revision: 25665
URL: http://svn.gnome.org/viewvc/gimp?rev=25665&view=rev
Log:
2008-05-14 Michael Natterer <mitch gimp org>
* app/gegl/gimpcurvesconfig.c (gimp_curves_config_copy): 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 Wed May 14 10:59:04 2008
@@ -292,6 +292,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;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]