plug-ins/script-fu/scripts/guides-from-selection.scm

2008-03-28  Michael Natterer  <mitch@gimp.org>

	* plug-ins/script-fu/scripts/guides-from-selection.scm
	* plug-ins/script-fu/scripts/guides-new-percent.scm
	* plug-ins/script-fu/scripts/guides-new.scm
	* plug-ins/script-fu/scripts/guides-remove-all.scm: use "*" as
	image type (not "") so the menu item is disabled when there is no
	image.


svn path=/trunk/; revision=25289
This commit is contained in:
Michael Natterer 2008-03-28 17:50:35 +00:00 committed by Michael Natterer
parent b29a050c13
commit 658d9f8d10
5 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,12 @@
2008-03-28 Michael Natterer <mitch@gimp.org>
* plug-ins/script-fu/scripts/guides-from-selection.scm
* plug-ins/script-fu/scripts/guides-new-percent.scm
* plug-ins/script-fu/scripts/guides-new.scm
* plug-ins/script-fu/scripts/guides-remove-all.scm: use "*" as
image type (not "") so the menu item is disabled when there is no
image.
2008-03-28 Sven Neumann <sven@gimp.org>
* libgimpmath/gimpmd5.[ch]: deprecate gimp_md5_get_digest() in

View File

@ -34,7 +34,7 @@
"Alan Horkan"
"Alan Horkan, 2004. Public Domain."
"2004-08-13"
""
"*"
SF-IMAGE "Image" 0
SF-DRAWABLE "Drawable" 0
)

View File

@ -29,7 +29,7 @@
"Alan Horkan"
"Alan Horkan, 2004"
"April 2004"
""
"*"
SF-IMAGE "Input Image" 0
SF-DRAWABLE "Input Drawable" 0
SF-OPTION _"Direction" '(_"Horizontal"

View File

@ -29,7 +29,7 @@
"Alan Horkan"
"Alan Horkan, 2004. Public Domain."
"2004-04-02"
""
"*"
SF-IMAGE "Image" 0
SF-DRAWABLE "Drawable" 0
SF-OPTION _"Direction" '(_"Horizontal" _"Vertical")

View File

@ -21,7 +21,7 @@
"Alan Horkan"
"Alan Horkan, 2004. Public Domain."
"April 2004"
""
"*"
SF-IMAGE "Image" 0
SF-DRAWABLE "Drawable" 0
)