[gegl] adjust efault GEGL tolerance



commit 57b622cde10aa3a81af62d3f8ad39dfe66f925ba
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Mon Apr 30 01:04:52 2012 +0200

    adjust efault GEGL tolerance

 gegl/gegl-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-config.c b/gegl/gegl-config.c
index d39231d..531470e 100644
--- a/gegl/gegl-config.c
+++ b/gegl/gegl-config.c
@@ -223,7 +223,7 @@ gegl_config_class_init (GeglConfigClass *klass)
 
   g_object_class_install_property (gobject_class, PROP_BABL_TOLERANCE,
                                    g_param_spec_double ("babl-tolerance", "babl error", "the error tolerance babl operates with",
-                                                     0.0, 0.2, 0.0001,
+                                                     0.0, 0.2, 0.0002,
                                                      G_PARAM_READWRITE|
                                                      G_PARAM_CONSTRUCT));
 



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