mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 17:59:37 +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
|
@ -57,7 +57,7 @@ class PaletteOffset (Gimp.PlugIn):
|
|||
Gimp.RunMode.NONINTERACTIVE,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
procedure.add_palette_argument ("palette", _("_Palette"),
|
||||
_("Palette"),
|
||||
_("Palette"), False,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
procedure.add_int_argument ("amount", _("O_ffset"), _("Offset"),
|
||||
1, GLib.MAXINT, 1, GObject.ParamFlags.READWRITE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue