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

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/select-to-brush.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:
38
38
        (select-offset-y  (caddr selection-bounds))
39
39
        (selection-width  (- (cadr (cddr selection-bounds))  select-offset-x))
40
40
        (selection-height (- (caddr (cddr selection-bounds)) select-offset-y))
41
 
        (from-selection)
42
 
        (active-selection)
43
 
        (brush-draw-type)
44
 
        (brush-image-type)
45
 
        (brush-image)
46
 
        (brush-draw)
47
 
        (filename2)
 
41
        (from-selection 0)
 
42
        (active-selection 0)
 
43
        (brush-draw-type 0)
 
44
        (brush-image-type 0)
 
45
        (brush-image 0)
 
46
        (brush-draw 0)
 
47
        (filename2 0)
48
48
        )
49
49
 
50
50
    (gimp-context-push)