mirror of https://github.com/GNOME/gimp.git
Fix 10115 SF interface call gegl_init
Resource chooser widgets recently changed to use gegl.
This commit is contained in:
parent
cbf14a7e2d
commit
6781a35668
|
@ -196,6 +196,7 @@ script_fu_interface (SFScript *script,
|
|||
if (!gtk_initted)
|
||||
{
|
||||
gimp_ui_init ("script-fu");
|
||||
gegl_init (NULL, NULL);
|
||||
|
||||
gtk_initted = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue