mirror of https://github.com/GNOME/gimp.git
Changed deprecated constant ADD to CHANNEL-OP-ADD.
2004-10-07 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/selection-round.scm: Changed deprecated constant ADD to CHANNEL-OP-ADD.
This commit is contained in:
parent
a9e08991da
commit
cb8cb6e4f8
|
@ -1,3 +1,8 @@
|
|||
2004-10-07 Kevin Cozens <kcozens@cvs.gimp.org>
|
||||
|
||||
* plug-ins/script-fu/scripts/selection-round.scm: Changed deprecated
|
||||
constant ADD to CHANNEL-OP-ADD.
|
||||
|
||||
2004-10-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
Merged the gz and bz2 plug-ins into one generic compression
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
select-y1
|
||||
ellipse-radius
|
||||
ellipse-radius
|
||||
ADD
|
||||
CHANNEL-OP-ADD
|
||||
TRUE
|
||||
FALSE 0)
|
||||
(gimp-ellipse-select image
|
||||
|
@ -116,7 +116,7 @@
|
|||
(- select-y2 ellipse-radius)
|
||||
ellipse-radius
|
||||
ellipse-radius
|
||||
ADD
|
||||
CHANNEL-OP-ADD
|
||||
TRUE
|
||||
FALSE 0)
|
||||
(gimp-ellipse-select image
|
||||
|
@ -124,7 +124,7 @@
|
|||
select-y1
|
||||
ellipse-radius
|
||||
ellipse-radius
|
||||
ADD
|
||||
CHANNEL-OP-ADD
|
||||
TRUE
|
||||
FALSE 0)
|
||||
(gimp-ellipse-select image
|
||||
|
@ -132,7 +132,7 @@
|
|||
(- select-y2 ellipse-radius)
|
||||
ellipse-radius
|
||||
ellipse-radius
|
||||
ADD
|
||||
CHANNEL-OP-ADD
|
||||
TRUE
|
||||
FALSE 0)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue