mirror of https://github.com/GNOME/gimp.git
app: s/gegl:color-reduction/gegl:dither/ in sanity.c and gimpgegltool.c
This commit is contained in:
parent
9d4fad1f18
commit
af02104365
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue