mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
Fix 10115 SF interface call gegl_init
Resource chooser widgets recently changed to use gegl.
This commit is contained in:
parent
cbf14a7e2d
commit
6781a35668
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ script_fu_interface (SFScript *script,
|
||||||
if (!gtk_initted)
|
if (!gtk_initted)
|
||||||
{
|
{
|
||||||
gimp_ui_init ("script-fu");
|
gimp_ui_init ("script-fu");
|
||||||
|
gegl_init (NULL, NULL);
|
||||||
|
|
||||||
gtk_initted = TRUE;
|
gtk_initted = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue