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:
@ -356,7 +356,7 @@ class PaletteSort (Gimp.PlugIn):
|
||||
Gimp.RunMode.INTERACTIVE,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
procedure.add_palette_argument ("palette", _("_Palette"),
|
||||
_("Palette"),
|
||||
_("Palette"), False,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
|
||||
selection_choice = Gimp.Choice.new()
|
||||
|
Reference in New Issue
Block a user