Fix 10115 SF interface call gegl_init
Resource chooser widgets recently changed to use gegl.
This commit is contained in:
@ -196,6 +196,7 @@ script_fu_interface (SFScript *script,
|
||||
if (!gtk_initted)
|
||||
{
|
||||
gimp_ui_init ("script-fu");
|
||||
gegl_init (NULL, NULL);
|
||||
|
||||
gtk_initted = TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user