~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to app/actions/gradient-editor-commands.c

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
773
773
      gimp_gradient_segment_range_blend (gradient,
774
774
                                         editor->control_sel_l,
775
775
                                         editor->control_sel_r,
776
 
                                         &editor->control_sel_r->left_color,
 
776
                                         &editor->control_sel_l->left_color,
777
777
                                         color,
778
778
                                         TRUE, TRUE);
779
779
      break;
782
782
      gimp_gradient_segment_range_blend (gradient,
783
783
                                         editor->control_sel_l,
784
784
                                         editor->control_sel_r,
785
 
                                         &editor->control_sel_r->left_color,
 
785
                                         &editor->control_sel_l->left_color,
786
786
                                         color,
787
787
                                         TRUE, TRUE);
788
788
      gimp_gradient_segments_free (editor->right_saved_segments);