gimp r27602 - in branches/gimp-2-6: . app/core
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27602 - in branches/gimp-2-6: . app/core
- Date: Mon, 10 Nov 2008 15:19:21 +0000 (UTC)
Author: mitch
Date: Mon Nov 10 15:19:21 2008
New Revision: 27602
URL: http://svn.gnome.org/viewvc/gimp?rev=27602&view=rev
Log:
2008-11-10 Michael Natterer <mitch gimp org>
Merged from trunk:
* app/core/gimpdrawable-curves.c (gimp_drawable_curves_explicit):
use GIMP_CURVE_FREE, not _SMOOTH. Fixes the resp. PDB call.
Modified:
branches/gimp-2-6/ChangeLog
branches/gimp-2-6/app/core/gimpdrawable-curves.c
Modified: branches/gimp-2-6/app/core/gimpdrawable-curves.c
==============================================================================
--- branches/gimp-2-6/app/core/gimpdrawable-curves.c (original)
+++ branches/gimp-2-6/app/core/gimpdrawable-curves.c Mon Nov 10 15:19:21 2008
@@ -129,7 +129,7 @@
gimp_data_freeze (GIMP_DATA (curve));
- gimp_curve_set_curve_type (curve, GIMP_CURVE_SMOOTH);
+ gimp_curve_set_curve_type (curve, GIMP_CURVE_FREE);
for (i = 0; i < 256; i++)
gimp_curve_set_curve (curve,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]