[gimp] plug-ins: forgot gegl_init() in file-pdf-save



commit c44c33f667a9605d80759e51be02dde61ae222b3
Author: Michael Natterer <mitch gimp org>
Date:   Tue Jan 15 14:24:20 2013 +0100

    plug-ins: forgot gegl_init() in file-pdf-save

 plug-ins/common/file-pdf-save.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index 269f781..ec611ea 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -357,6 +357,7 @@ run (const gchar      *name,
   gint                    i;
 
   INIT_I18N ();
+  gegl_init (NULL, NULL);
 
   /* Setting mandatory output values */
   *nreturn_vals = 1;



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