[gimp] plug-ins: follow gimp_procedure_new() API change in goat-exercise
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: follow gimp_procedure_new() API change in goat-exercise
- Date: Tue, 30 Jul 2019 19:05:16 +0000 (UTC)
commit 1c650801e805f6d1030bc783c685a04116024b1b
Author: Michael Natterer <mitch gimp org>
Date: Tue Jul 30 21:03:34 2019 +0200
plug-ins: follow gimp_procedure_new() API change in goat-exercise
plug-ins/common/goat-exercise.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/plug-ins/common/goat-exercise.c b/plug-ins/common/goat-exercise.c
index 4ffaebd1b9..c376291217 100644
--- a/plug-ins/common/goat-exercise.c
+++ b/plug-ins/common/goat-exercise.c
@@ -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"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]