applied patch from Ulf-D. Ehlert that fixes a bug in the Glossy script

2008-02-19  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/glossy.scm: applied patch from
	Ulf-D. Ehlert that fixes a bug in the Glossy script when used with
	a pattern instead of a gradient blend (bug #517285).

svn path=/trunk/; revision=24919
This commit is contained in:
Sven Neumann 2008-02-19 12:45:51 +00:00 committed by Sven Neumann
parent 668ff27c94
commit 74240ebcbd
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2008-02-19 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/glossy.scm: applied patch from
Ulf-D. Ehlert that fixes a bug in the Glossy script when used with
a pattern instead of a gradient blend (bug #517285).
2008-02-19 Manish Singh <yosh@gimp.org>
* plug-ins/pygimp/gimpmodule.c: add gimp.exit(), a wrapper around

View File

@ -74,7 +74,6 @@
(gimp-context-set-pattern pattern-text)
(gimp-edit-bucket-fill logo-layer
PATTERN-BUCKET-FILL NORMAL-MODE 100 0 FALSE 0 0)
(gimp-context-set-pattern old-patterns)
)
)
@ -106,7 +105,6 @@
(gimp-edit-bucket-fill grow-me
PATTERN-BUCKET-FILL NORMAL-MODE 100
0 FALSE 0 0)
(gimp-context-set-pattern old-patterns)
)
)
@ -134,7 +132,6 @@
(gimp-context-set-pattern pattern-overlay)
(gimp-edit-bucket-fill grow-me PATTERN-BUCKET-FILL
OVERLAY-MODE 100 0 FALSE 0 0)
(gimp-context-set-pattern old-patterns)
(gimp-selection-none img)
)
)