[gegl] gegl-config: change the default babl-tolerance to the default hardcoded in babl



commit e5dbfb4293a7cb714fb1aabb73c28568d02fef99
Author: Michael Natterer <mitch gimp org>
Date:   Fri May 18 15:10:37 2012 +0200

    gegl-config: change the default babl-tolerance to the default hardcoded in babl
    
    This is just to make it work, but by no means proper.

 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 22ebe51..b259a08 100644
--- a/gegl/gegl-config.c
+++ b/gegl/gegl-config.c
@@ -241,7 +241,7 @@ gegl_config_class_init (GeglConfigClass *klass)
                                    g_param_spec_double ("babl-tolerance",
                                                         "babl error",
                                                         "the error tolerance babl operates with",
-                                                        0.0, 0.2, 0.0002,
+                                                        0.0, 0.2, 0.000001,
                                                         G_PARAM_READWRITE |
                                                         G_PARAM_CONSTRUCT));
 



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