mirror of https://github.com/GNOME/gimp.git
unset the image filename.
2003-10-02 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/carved-logo.scm: unset the image filename.
This commit is contained in:
parent
86411380c6
commit
edc370646a
|
@ -1,3 +1,8 @@
|
|||
2003-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/scripts/carved-logo.scm: unset the image
|
||||
filename.
|
||||
|
||||
2003-10-02 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimpitem.c (gimp_item_convert,gimp_item_real_convert):
|
||||
|
|
|
@ -52,6 +52,8 @@
|
|||
(old-brush (car (gimp-brushes-get-brush))))
|
||||
(gimp-image-undo-disable img)
|
||||
|
||||
(gimp-image-set-filename img "")
|
||||
|
||||
(gimp-layer-set-preserve-trans mask-layer TRUE)
|
||||
(gimp-palette-set-background '(255 255 255))
|
||||
(gimp-edit-fill mask-layer BG-IMAGE-FILL)
|
||||
|
|
Loading…
Reference in New Issue