~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

Viewing changes to app/tools/gimpfreeselecttool.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-26 19:10:31 UTC
  • mfrom: (1.1.22 upstream) (0.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100226191031-d11l96bebdllen1n
Tags: 2.6.8-2ubuntu1
* Merge with debian, remaining changes:
  + debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    - updated some strings for ubuntu
  + debian/rules:
    - updated translation templates
  + debian/control:
    - set Vcs-Bzr url

Show diffs side-by-side

added added

removed removed

Lines of Context:
484
484
 
485
485
  gimp_draw_tool_pause (draw_tool);
486
486
 
487
 
  priv->n_segment_indices--;
 
487
  if (priv->n_segment_indices > 0)
 
488
    priv->n_segment_indices--;
488
489
 
489
 
  if (priv->n_segment_indices == 0)
 
490
  if (priv->n_segment_indices <= 0)
490
491
    {
491
492
      gimp_free_select_tool_halt (fst);
492
493
    }