[gimp] app: Disable the gegl operation sanity check for now



commit 47cb117fa882e77360c47cd99ae4c4298e154498
Author: Michael Henning <drawoc darkrefraction com>
Date:   Tue Jul 30 11:33:02 2013 -0400

    app: Disable the gegl operation sanity check for now
    
    It turns out that this interferes with gimp registering gegl ops
    later on.

 app/sanity.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 77ecc8c..6b467ef 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -75,8 +75,10 @@ sanity_check (void)
   if (! abort_message)
     abort_message = sanity_check_gegl ();
 
+#if 0
   if (! abort_message)
     abort_message = sanity_check_gegl_ops ();
+#endif
 
   if (! abort_message)
     abort_message = sanity_check_filename_encoding ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]