[gimp] app: gegl:noise-cell -> gegl:cell-noise



commit 4a0e9a2083d88decf08904bc9ae5ef7f7d7e8d50
Author: Michael Natterer <mitch gimp org>
Date:   Mon May 19 01:31:55 2014 +0200

    app: gegl:noise-cell -> gegl:cell-noise

 app/actions/filters-actions.c |    2 +-
 app/sanity.c                  |    1 +
 app/tools/gimpgegltool.c      |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 7c1d81b..2d2f6fb 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -187,7 +187,7 @@ static const GimpStringActionEntry filters_actions[] =
 
   { "filters-noise-cell", GIMP_STOCK_GEGL,
     NC_("filters-action", "_Cell Noise..."), NULL, NULL,
-    "gegl:noise-cell",
+    "gegl:cell-noise",
     NULL /* FIXME GIMP_HELP_FILTER_NOISE_CELL */ },
 
   { "filters-noise-cie-lch", GIMP_STOCK_GEGL,
diff --git a/app/sanity.c b/app/sanity.c
index 850ccdc..8eff19e 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -477,6 +477,7 @@ sanity_check_gegl_ops (void)
     "gegl:buffer-source",
     "gegl:c2g",
     "gegl:cartoon",
+    "gegl:cell-noise",
     "gegl:checkerboard",
     "gegl:color",
     "gegl:color-reduction",
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index f10af43..b732ea4 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -120,6 +120,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:bump-map",
     "gegl:c2g",
     "gegl:cartoon",
+    "gegl:cell-noise",
     "gegl:channel-mixer",
     "gegl:checkerboard",
     "gegl:color",
@@ -145,7 +146,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:motion-blur-circular",
     "gegl:motion-blur-linear",
     "gegl:motion-blur-zoom",
-    "gegl:noise-cell",
     "gegl:noise-cie-lch",
     "gegl:noise-hsv",
     "gegl:noise-hurl",


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