[gimp] app: follow gegl:dot removal
- From: Téo Mazars <teom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: follow gegl:dot removal
- Date: Mon, 11 Nov 2013 15:52:56 +0000 (UTC)
commit 7aeb9da6e32ec22d3ee6b17dd9d036c4499b0a37
Author: Téo Mazars <teo mazars ensimag fr>
Date: Mon Nov 11 16:49:47 2013 +0100
app: follow gegl:dot removal
gegl:dot is now included in gegl:pixelize
app/actions/filters-actions.c | 6 ------
app/sanity.c | 1 -
app/tools/gimpgegltool.c | 1 -
menus/image-menu.xml.in | 1 -
4 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 58d963d..164c56b 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -105,11 +105,6 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:difference-of-gaussians",
NULL /* FIXME GIMP_HELP_FILTER_DIFFERENCE_OF_GAUSSIANS */ },
- { "filters-dot", GIMP_STOCK_GEGL,
- NC_("filters-action", "Dots..."), NULL, NULL,
- "gegl:dot",
- NULL /* FIXME GIMP_HELP_FILTER_DOT */ },
-
{ "filters-dropshadow", GIMP_STOCK_GEGL,
NC_("filters-action", "_Drop Shadow..."), NULL, NULL,
"gegl:dropshadow",
@@ -364,7 +359,6 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-cubism", writable);
SET_SENSITIVE ("filters-deinterlace", writable);
SET_SENSITIVE ("filters-difference-of-gaussians", writable);
- SET_SENSITIVE ("filters-dot", writable);
SET_SENSITIVE ("filters-dropshadow", writable && alpha);
SET_SENSITIVE ("filters-edge-laplace", writable);
SET_SENSITIVE ("filters-edge-sobel", writable);
diff --git a/app/sanity.c b/app/sanity.c
index 4337a55..5a89964 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -486,7 +486,6 @@ sanity_check_gegl_ops (void)
"gegl:cubism",
"gegl:deinterlace",
"gegl:difference-of-gaussians",
- "gegl:dot",
"gegl:dropshadow",
"gegl:edge-laplace",
"gegl:edge-sobel",
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 6306d41..b6e2b3e 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -127,7 +127,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:cubism",
"gegl:deinterlace",
"gegl:difference-of-gaussians",
- "gegl:dot",
"gegl:dropshadow",
"gegl:edge-laplace",
"gegl:edge-sobel",
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index b130d05..dac5975 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -630,7 +630,6 @@
<separator />
<menu action="plug-in-blur-menu" name="Blur">
<menuitem action="filters-gaussian-blur" />
- <menuitem action="filters-dot" />
<menuitem action="filters-pixelize" />
<placeholder name="Motion">
<menuitem action="filters-motion-blur-circular" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]