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:
Sven Neumann 2003-10-02 11:59:54 +00:00 committed by Sven Neumann
parent 86411380c6
commit edc370646a
2 changed files with 7 additions and 0 deletions

View File

@ -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):

View File

@ -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)