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:
@ -30,7 +30,7 @@ import sys
|
||||
def N_(message): return message
|
||||
def _(message): return GLib.dgettext(None, message)
|
||||
|
||||
def foggify(procedure, run_mode, image, n_drawables, drawables, config, data):
|
||||
def foggify(procedure, run_mode, image, drawables, config, data):
|
||||
if run_mode == Gimp.RunMode.INTERACTIVE:
|
||||
GimpUi.init('python-fu-foggify')
|
||||
|
||||
|
Reference in New Issue
Block a user