mirror of https://github.com/GNOME/gimp.git
plug-ins: follow gimp_procedure_new() API change in goat-exercise
This commit is contained in:
parent
d64c0ebd30
commit
1c650801e8
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue