mirror of https://github.com/GNOME/gimp.git
plug-ins: forgot gegl_init() in file-pdf-save
This commit is contained in:
parent
14bb38da3f
commit
c44c33f667
|
@ -357,6 +357,7 @@ run (const gchar *name,
|
|||
gint i;
|
||||
|
||||
INIT_I18N ();
|
||||
gegl_init (NULL, NULL);
|
||||
|
||||
/* Setting mandatory output values */
|
||||
*nreturn_vals = 1;
|
||||
|
|
Loading…
Reference in New Issue