plug-ins/script-fu/scripts/gimp-headers.scm

2004-11-13  Kevin Cozens  <kcozens@cvs.gimp.org>

	* plug-ins/script-fu/scripts/gimp-headers.scm
	* plug-ins/script-fu/scripts/gimp-labels.scm
	* plug-ins/script-fu/scripts/news-text.scm
	* plug-ins/script-fu/scripts/speed-text.scm: Changed calls to
	gimp-selection-clear to use gimp-selection-none in preparation
	for the deprecation of -clear. (bug #156765)
This commit is contained in:
Kevin Cozens 2004-11-13 20:37:52 +00:00 committed by Kevin Cozens
parent 9a9a3ba3de
commit 11e64d03cd
5 changed files with 13 additions and 4 deletions

View file

@ -1,3 +1,12 @@
2004-11-13 Kevin Cozens <kcozens@cvs.gimp.org>
* plug-ins/script-fu/scripts/gimp-headers.scm
* plug-ins/script-fu/scripts/gimp-labels.scm
* plug-ins/script-fu/scripts/news-text.scm
* plug-ins/script-fu/scripts/speed-text.scm: Changed calls to
gimp-selection-clear to use gimp-selection-none in preparation
for the deprecation of -clear. (bug #156765)
2004-11-13 Sven Neumann <sven@gimp.org>
* tools/pdbgen/pdb/image.pdb: document the fact that

View file

@ -98,7 +98,7 @@
(gimp-by-color-select text-layer '(255 255 255)
1 CHANNEL-OP-REPLACE TRUE FALSE 0 FALSE)
(gimp-edit-clear text-layer)
(gimp-selection-clear img)))
(gimp-selection-none img)))
(if (= crop TRUE)
(plug-in-autocrop 1 img text-layer))

View file

@ -73,7 +73,7 @@
(gimp-by-color-select text-layer bg-color
color-thresh CHANNEL-OP-REPLACE TRUE FALSE 0 FALSE)
(gimp-edit-clear text-layer)
(gimp-selection-clear img)))
(gimp-selection-none img)))
(if (= index TRUE)
(gimp-image-convert-indexed img FS-DITHER MAKE-PALETTE num-colors

View file

@ -48,7 +48,7 @@
(gimp-selection-layer-alpha text-layer)
(gimp-context-set-background (list grey grey grey))
(gimp-edit-fill text-mask BACKGROUND-FILL)
(gimp-selection-clear img)
(gimp-selection-none img)
(if (> blur-radius 0)
(plug-in-gauss-iir 1 img text-mask blur-radius 1 1)
)

View file

@ -66,7 +66,7 @@
(gimp-edit-fill text-mask BACKGROUND-FILL)
(gimp-edit-fill text-mask BACKGROUND-FILL)
(gimp-edit-fill text-mask BACKGROUND-FILL)
(gimp-selection-clear img)
(gimp-selection-none img)
(plug-in-newsprint 1 img text-mask cell-size 0 0 0.0 1 45.0 0 45.0 0 45.0 0 5)