[gimp/soc-2011-seamless-clone2] plug-ins: forgot gegl_init() in file-pdf-save
- From: Clayton Walker <claytonw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-seamless-clone2] plug-ins: forgot gegl_init() in file-pdf-save
- Date: Wed, 8 May 2013 14:56:27 +0000 (UTC)
commit cbb913c42de35cf70925c4c92397f6d1221f6d39
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]