[gimp] app: Enable the gegl op sanity check



commit 96a090d9b12d20deec20248a841f7b36e103c17c
Author: Michael Henning <drawoc darkrefraction com>
Date:   Wed Jul 31 15:26:02 2013 -0400

    app: Enable the gegl op sanity check

 app/sanity.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 6b467ef..77ecc8c 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -75,10 +75,8 @@ 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]