~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-security

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/3d-outline.scm

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-02-03 03:07:19 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203030719-4s9wlbv30394rlrp
Tags: 2.4.4-1ubuntu1
* Merge from Debian unstable. (LP: #188828)
* Ubuntu remaining changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Added NEWS, README and README.Debian to gimp.docs.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
                                       RGB-IMAGE "Background" 100 NORMAL-MODE)))
38
38
        (pattern (car (gimp-layer-new img width height
39
39
                                      RGBA-IMAGE "Pattern" 100 NORMAL-MODE)))
40
 
        (layer2)
41
 
        (layer3)
42
 
        (pattern-mask)
43
 
        (floating-sel)
 
40
        (layer2 0)
 
41
        (layer3 0)
 
42
        (pattern-mask 0)
 
43
        (floating-sel 0)
44
44
        )
45
45
 
46
46
    (gimp-context-push)