[gimp/gimp-2-10] Issue #4331 - Bevel Reflect Logo script crashes in 2.10.14
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Issue #4331 - Bevel Reflect Logo script crashes in 2.10.14
- Date: Sat, 28 Dec 2019 16:58:55 +0000 (UTC)
commit b5ceb4610d3ca254fee056246d7f1ef247a92c87
Author: Michael Natterer <mitch gimp org>
Date: Sat Dec 28 17:57:54 2019 +0100
Issue #4331 - Bevel Reflect Logo script crashes in 2.10.14
Add missing gegl_init() to map-object.
plug-ins/map-object/map-object-main.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/plug-ins/map-object/map-object-main.c b/plug-ins/map-object/map-object-main.c
index 6bf3d94c6f..c2f6a82e9d 100644
--- a/plug-ins/map-object/map-object-main.c
+++ b/plug-ins/map-object/map-object-main.c
@@ -213,6 +213,7 @@ run (const gchar *name,
gint i;
INIT_I18N ();
+ gegl_init (NULL, NULL);
values[0].type = GIMP_PDB_STATUS;
values[0].data.d_status = status;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]