~ubuntu-branches/ubuntu/maverick/gimp/maverick

« back to all changes in this revision

Viewing changes to app/core/gimpcurve-map.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2010-07-12 15:08:08 UTC
  • mfrom: (1.1.23) (0.4.6 sid)
  • Revision ID: package-import@ubuntu.com-20100712150808-db9xqgtxrvpyl3g2
Tags: 2.6.10-1ubuntu1
Resync on Debian, dropping changes which are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
        {
156
156
          dest[0] = src[0];
157
157
          dest[1] = src[1];
158
 
          dest[2] = gimp_curve_map_value (curve_green, src[2]);
 
158
          dest[2] = gimp_curve_map_value (curve_blue, src[2]);
159
159
          dest[3] = src[3];
160
160
 
161
161
          src  += 4;