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

This commit is contained in:
Michael Natterer 2016-12-26 18:55:08 +01:00
parent 9d4fad1f18
commit af02104365
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",