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:
@ -94,7 +94,7 @@ def process_args(brush, font, gradient, palette, pattern):
|
||||
return
|
||||
|
||||
|
||||
def test_dialog(procedure, run_mode, image, n_drawables, drawables, config, data):
|
||||
def test_dialog(procedure, run_mode, image, drawables, config, data):
|
||||
'''
|
||||
Just a standard shell for a plugin.
|
||||
'''
|
||||
|
Reference in New Issue
Block a user