~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-updates

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/gimp-headers.scm

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-11-21 17:39:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121173907-od54p9hdtvn5frl0
Tags: 2.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Apply patch from upstream (SVN r23659) that corrects the image
    disappearing for large images at 150% zoom.
  - Symlink doc directories to avoid duplicate files, CDBS does this for
    us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
      (gimp-layer-translate shadow-layer 5 5)
88
88
 
89
89
      (gimp-layer-set-lock-alpha shadow-layer FALSE)
90
 
      (plug-in-gauss-rle 1 img shadow-layer 5 TRUE TRUE)
 
90
      (plug-in-gauss-rle RUN-NONINTERACTIVE img shadow-layer 5 TRUE TRUE)
91
91
      (gimp-layer-set-opacity shadow-layer 60)
92
92
      (gimp-image-lower-layer img shadow-layer)
93
93
      (gimp-image-lower-layer img shadow-layer)
108
108
    )
109
109
 
110
110
    (if (= crop TRUE)
111
 
         (plug-in-autocrop 1 img text-layer)
 
111
         (plug-in-autocrop RUN-NONINTERACTIVE img text-layer)
112
112
    )
113
113
 
114
114
    (if (= index TRUE)