[gegl/soc-2012-editor] gegl-config: change the default babl-tolerance to the default hardcoded in babl
- From: Isaac Wagner <isaacbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2012-editor] gegl-config: change the default babl-tolerance to the default hardcoded in babl
- Date: Tue, 5 Jun 2012 00:13:54 +0000 (UTC)
commit d3ab1fe91871fa01fa201f993269027b7464745b
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]