renamed PDB function gimp_image_active_drawable() to
2003-12-08 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/image.pdb: renamed PDB function gimp_image_active_drawable() to gimp_image_get_active_drawable() so it's consistent with all other drawable getters. * app/pdb/procedural_db.c * libgimp/gimpcompat.h: added compat stuff. * app/pdb/image_cmds.c * libgimp/gimpimage_pdb.[ch]: regenerated. * plug-ins/pygimp/pygimp-image.c * plug-ins/script-fu/scripts/add-bevel.scm * plug-ins/script-fu/scripts/carved-logo.scm * plug-ins/script-fu/scripts/chrome-it.scm * plug-ins/script-fu/scripts/crystal-logo.scm * plug-ins/script-fu/scripts/round-corners.scm * plug-ins/script-fu/scripts/slide.scm * plug-ins/script-fu/scripts/sota-chrome-logo.scm: changed accordingly. 2003-12-08 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpimage.sgml: updated.
This commit is contained in:
committed by
Michael Natterer
parent
ed6fe48b09
commit
a046969687
@ -64,7 +64,7 @@
|
||||
(define (script-fu-sota-chrome-it mask-img mask-drawable chrome-saturation
|
||||
chrome-lightness chrome-factor env-map hc cc carve-white)
|
||||
(let* ((banding-img (car (gimp-file-load 1 env-map env-map)))
|
||||
(banding-layer (car (gimp-image-active-drawable banding-img)))
|
||||
(banding-layer (car (gimp-image-get-active-drawable banding-img)))
|
||||
(banding-height (car (gimp-drawable-height banding-layer)))
|
||||
(banding-width (car (gimp-drawable-width banding-layer)))
|
||||
(banding-type (car (gimp-drawable-type banding-layer)))
|
||||
|
||||
Reference in New Issue
Block a user