[gimp] GIMP-CRITICAL: gimp_marshal_VOID__OBJECT_STRING_STRING: assertion 'n_param_values == 4' failed



commit c6fde648158c10f9aa5039bb8678c72c285721f2
Author: bootchk <bootchk users noreply github com>
Date:   Fri Dec 18 10:25:20 2020 -0500

    GIMP-CRITICAL: gimp_marshal_VOID__OBJECT_STRING_STRING: assertion 'n_param_values == 4' failed

 app/plug-in/gimppluginmanager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/plug-in/gimppluginmanager.c b/app/plug-in/gimppluginmanager.c
index d403f0d97e..83b73354c8 100644
--- a/app/plug-in/gimppluginmanager.c
+++ b/app/plug-in/gimppluginmanager.c
@@ -110,7 +110,7 @@ gimp_plug_in_manager_class_init (GimpPlugInManagerClass *klass)
                                    menu_branch_added),
                   NULL, NULL,
                   gimp_marshal_VOID__OBJECT_STRING_STRING,
-                  G_TYPE_NONE, 1,
+                  G_TYPE_NONE, 3,
                   G_TYPE_FILE,
                   G_TYPE_STRING,
                   G_TYPE_STRING);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]