[gimp] app: gegl:noise-CIE_lch was renamed to gegl:noise-cie-lch



commit f1e55440535c4398bc1e6c2db042387d1b264a23
Author: Michael Natterer <mitch gimp org>
Date:   Tue Jun 4 00:54:12 2013 +0200

    app: gegl:noise-CIE_lch was renamed to gegl:noise-cie-lch

 app/actions/filters-actions.c |    2 +-
 app/tools/gimpgegltool.c      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 366a080..0d5e7ef 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -157,7 +157,7 @@ static const GimpStringActionEntry filters_actions[] =
 
   { "filters-noise-cie-lch", GIMP_STOCK_GEGL,
     NC_("filters-action", "CIE lch Noise..."), NULL, NULL,
-    "gegl:noise-CIE_lch",
+    "gegl:noise-cie-lch",
     NULL /* FIXME GIMP_HELP_FILTER_NOISE_CIE_LCH */ },
 
   { "filters-noise-hsv", GIMP_STOCK_GEGL,
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 28c468b..3b444ad 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -138,7 +138,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:motion-blur-circular",
     "gegl:motion-blur-linear",
     "gegl:motion-blur-zoom",
-    "gegl:noise-CIE_lch",
+    "gegl:noise-cie-lch",
     "gegl:noise-hsv",
     "gegl:noise-hurl",
     "gegl:noise-pick",
@@ -159,7 +159,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:whirl-pinch",
 
     /* these ops are blacklisted for other reasons */
-    //"gegl:contrast-curve",
+    "gegl:contrast-curve",
     "gegl:convert-format", /* pointless */
     "gegl:display", /* pointless */
     "gegl:fill-path",


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