[gimp] app: blacklist "gegl:softglow" in the GEGL tool because it's in the menus



commit 042a2400adba7654b47ed7cdb6e0b93d5d7686c9
Author: Michael Natterer <mitch gimp org>
Date:   Sun May 19 19:06:46 2013 +0200

    app: blacklist "gegl:softglow" in the GEGL tool because it's in the menus

 app/tools/gimpgegltool.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 5803ad3..3435d8d 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -156,6 +156,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:sdl-display", /* useless */
     "gegl:seamless-clone",
     "gegl:shear", /* in gimp */
+    "gegl:softglow", /* in gimp */
     "gegl:text",
     "gegl:threshold", /* in gimp */
     "gegl:tile", /* useless */


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