app: Disable the gegl operation sanity check for now
It turns out that this interferes with gimp registering gegl ops later on.
This commit is contained in:
@ -75,8 +75,10 @@ sanity_check (void)
|
|||||||
if (! abort_message)
|
if (! abort_message)
|
||||||
abort_message = sanity_check_gegl ();
|
abort_message = sanity_check_gegl ();
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (! abort_message)
|
if (! abort_message)
|
||||||
abort_message = sanity_check_gegl_ops ();
|
abort_message = sanity_check_gegl_ops ();
|
||||||
|
#endif
|
||||||
|
|
||||||
if (! abort_message)
|
if (! abort_message)
|
||||||
abort_message = sanity_check_filename_encoding ();
|
abort_message = sanity_check_filename_encoding ();
|
||||||
|
Reference in New Issue
Block a user