[gimp] app: s/gegl:color-reduction/gegl:dither/ in sanity.c and gimpgegltool.c



commit af02104365c9e5201f7e870c74e7ed2c3e82285e
Author: Michael Natterer <mitch gimp org>
Date:   Mon Dec 26 18:55:08 2016 +0100

    app: s/gegl:color-reduction/gegl:dither/ in sanity.c and gimpgegltool.c

 app/sanity.c             |    2 +-
 app/tools/gimpgegltool.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 58147fb..79894f8 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -536,7 +536,6 @@ sanity_check_gegl_ops (void)
     "gegl:color",
     "gegl:color-enhance",
     "gegl:color-exchange",
-    "gegl:color-reduction",
     "gegl:color-rotate",
     "gegl:color-temperature",
     "gegl:color-to-alpha",
@@ -549,6 +548,7 @@ sanity_check_gegl_ops (void)
     "gegl:diffraction-patterns",
     "gegl:displace",
     "gegl:distance-transform",
+    "gegl:dither",
     "gegl:dropshadow",
     "gegl:edge",
     "gegl:edge-laplace",
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 6367162..06f09d6 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -124,7 +124,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:color",
     "gegl:color-enhance",
     "gegl:color-exchange",
-    "gegl:color-reduction",
     "gegl:color-rotate",
     "gegl:color-temperature",
     "gegl:color-to-alpha",
@@ -135,6 +134,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:diffraction-patterns",
     "gegl:displace",
     "gegl:distance-transform",
+    "gegl:dither",
     "gegl:dropshadow",
     "gegl:edge",
     "gegl:edge-laplace",


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