gimp r24919 - in trunk: . plug-ins/script-fu/scripts



Author: neo
Date: Tue Feb 19 12:45:51 2008
New Revision: 24919
URL: http://svn.gnome.org/viewvc/gimp?rev=24919&view=rev

Log:
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).


Modified:
   trunk/ChangeLog
   trunk/plug-ins/script-fu/scripts/glossy.scm

Modified: trunk/plug-ins/script-fu/scripts/glossy.scm
==============================================================================
--- trunk/plug-ins/script-fu/scripts/glossy.scm	(original)
+++ trunk/plug-ins/script-fu/scripts/glossy.scm	Tue Feb 19 12:45:51 2008
@@ -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)
       )
     )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]