mirror of https://github.com/GNOME/gimp.git
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:
parent
b29a050c13
commit
658d9f8d10
|
@ -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
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"Alan Horkan"
|
||||
"Alan Horkan, 2004. Public Domain."
|
||||
"2004-08-13"
|
||||
""
|
||||
"*"
|
||||
SF-IMAGE "Image" 0
|
||||
SF-DRAWABLE "Drawable" 0
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"Alan Horkan"
|
||||
"Alan Horkan, 2004. Public Domain."
|
||||
"April 2004"
|
||||
""
|
||||
"*"
|
||||
SF-IMAGE "Image" 0
|
||||
SF-DRAWABLE "Drawable" 0
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue