plug-ins: follow gimp_procedure_new() API change in goat-exercise

This commit is contained in:
Michael Natterer 2019-07-30 21:03:34 +02:00
parent d64c0ebd30
commit 1c650801e8
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ goat_create_procedure (GimpPlugIn *plug_in,
if (! strcmp (name, PLUG_IN_PROC))
{
procedure = gimp_procedure_new (name, goat_run);
procedure = gimp_procedure_new (plug_in, name,
GIMP_PLUGIN, goat_run);
gimp_procedure_set_strings (procedure,
N_("Goat-exercise"),