[gimp/gimp-2-10] plug-ins cml-explorer add missing gegl_init.



commit 923ee63b43325681d031129142c7d937581820b3
Author: lillolollo <4179-lillolollo users noreply gitlab gnome org>
Date:   Sat Dec 7 09:47:33 2019 +0000

    plug-ins cml-explorer add missing gegl_init.

 plug-ins/common/cml-explorer.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/plug-ins/common/cml-explorer.c b/plug-ins/common/cml-explorer.c
index e7346667d2..9ab915d80f 100644
--- a/plug-ins/common/cml-explorer.c
+++ b/plug-ins/common/cml-explorer.c
@@ -492,6 +492,7 @@ run (const gchar      *name,
   drawable_id = param[2].data.d_drawable;
 
   INIT_I18N ();
+  gegl_init (NULL, NULL);
 
   *nreturn_vals = 1;
   *return_vals = values;


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