[gimp/soc-2011-warp] gegltool: blacklist contrast-curve, fill-path and vector-stroke since curve and path are not support



commit eaac2bb7411192e41ebbc4159e4ba1e78251789e
Author: Michael Murà <batolettre gmail com>
Date:   Sat Jul 23 20:14:45 2011 +0200

    gegltool: blacklist contrast-curve, fill-path and vector-stroke since curve and path are not supported by the UI

 app/tools/gimpgegltool.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 756625e..b147ef9 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -253,6 +253,9 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:path",
     "gegl:text",
     "gegl:layer",
+    "gegl:contrast-curve",
+    "gegl:fill-path",
+    "gegl:vector-stroke",
     "gimp-",
     "gimp:"
   };



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