[gimp] gegltool: blacklist contrast-curve, fill-path and vector-stroke since curve and path are not support
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] gegltool: blacklist contrast-curve, fill-path and vector-stroke since curve and path are not support
- Date: Sat, 23 Jul 2011 19:32:23 +0000 (UTC)
commit 2ebf1b555a7a8c50c74cba4fc47486505f7183d5
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]