mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
plug-ins: Update Python plug-ins after 6d36d143
A new parameter was added to indicate if it was okay to run without setting these resource values.
This commit is contained in:
parent
8e6fb3d0e4
commit
ba79fd00d3
5 changed files with 9 additions and 9 deletions
|
@ -203,7 +203,7 @@ class GradientsSaveAsCSS (Gimp.PlugIn):
|
|||
Gimp.RunMode.NONINTERACTIVE,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
procedure.add_gradient_argument ("gradient", _("_Gradient to use"),
|
||||
"", GObject.ParamFlags.READWRITE)
|
||||
"", False, GObject.ParamFlags.READWRITE)
|
||||
procedure.add_file_argument ("file", _("_File"),
|
||||
"", GObject.ParamFlags.READWRITE)
|
||||
return procedure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue