[gimp] app: fix some blacklisting typos in GimpGeglTool
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix some blacklisting typos in GimpGeglTool
- Date: Thu, 19 Jun 2014 23:18:29 +0000 (UTC)
commit 374fd6cfd6a7a00214cd05f584f7f79181ffaba2
Author: Michael Natterer <mitch gimp org>
Date: Fri Jun 20 01:14:21 2014 +0200
app: fix some blacklisting typos in GimpGeglTool
app/tools/gimpgegltool.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 7156122..ac22c23 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -125,7 +125,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:checkerboard",
"gegl:color",
"gegl:color-reduction",
- "gegl:color-rotation",
+ "gegl:color-rotate",
"gegl:color-temperature",
"gegl:color-to-alpha",
"gegl:convolution-matrix",
@@ -183,7 +183,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:contrast-curve",
"gegl:convert-format", /* pointless */
"gegl:fill-path",
- "gegl:grey", /* we use gimp's op */
+ "gegl:gray", /* we use gimp's op */
"gegl:hstack", /* pointless */
"gegl:introspect", /* pointless */
"gegl:layer", /* we use gimp's ops */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]