From aebf55d79980101dfd95ed6aa5164c4be30e99ad Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 2 Apr 2012 02:51:37 +0200 Subject: [PATCH] app: blacklist gegl:threshold --- app/tools/gimpgegltool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c index f0bee8ce63..ca5829774d 100644 --- a/app/tools/gimpgegltool.c +++ b/app/tools/gimpgegltool.c @@ -132,6 +132,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name, "gegl:rotate", /* in gimp */ "gegl:transform", /* in gimp */ "gegl:value-invert", /* in gimp */ + "gegl:threshold", /* in gimp */ "gimp-", "gimp:" };