extensions, libgimp, plug-ins: remove n_drawables arg from GimpImageProcedure's…
… run() function. This is more consistent with recent changes in PDB, and now the drawables argument is NULL-terminated.
This commit is contained in:
@ -163,8 +163,7 @@ def histogram_export(procedure, img, layers, gio_file,
|
||||
|
||||
return procedure.new_return_values(Gimp.PDBStatusType.SUCCESS, GLib.Error())
|
||||
|
||||
|
||||
def run(procedure, run_mode, image, n_layers, layers, config, data):
|
||||
def run(procedure, run_mode, image, layers, config, data):
|
||||
if run_mode == Gimp.RunMode.INTERACTIVE:
|
||||
GimpUi.init("python-fu-histogram-export")
|
||||
|
||||
|
Reference in New Issue
Block a user