[gegl] GeglNode: Add G_PARAM_CONSTRUCT to "dont-cache" property



commit 4c94a5656a7217d0dfb0c704ee6d46c08e6b14d9
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Wed Oct 16 18:04:06 2013 -0700

    GeglNode: Add G_PARAM_CONSTRUCT to "dont-cache" property

 gegl/graph/gegl-node.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gegl/graph/gegl-node.c b/gegl/graph/gegl-node.c
index 0ddf592..4b6cd82 100644
--- a/gegl/graph/gegl-node.c
+++ b/gegl/graph/gegl-node.c
@@ -149,7 +149,8 @@ gegl_node_class_init (GeglNodeClass *klass)
                                    g_param_spec_boolean ("dont-cache",
                                                          "Do not cache",
                                                         "Do not cache the result of this operation, the 
property is inherited by children created from a node.",
-                                                        TRUE,
+                                                        FALSE,
+                                                        G_PARAM_CONSTRUCT |
                                                         G_PARAM_READWRITE));
 
 


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