From bd909141ed854fbd16836ceca85753581cbca046 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 16 Dec 2008 08:04:09 +0000 Subject: [PATCH] removed 'gegl:stress' from the blacklist. It was put here on wrong 2008-12-16 Sven Neumann * app/tools/gimpgegltool.c (gimp_gegl_tool_operation_blacklisted): removed 'gegl:stress' from the blacklist. It was put here on wrong assumptions. svn path=/trunk/; revision=27796 --- ChangeLog | 6 ++++++ app/tools/gimpgegltool.c | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c2bbfc299..ad5875b802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-16 Sven Neumann + + * app/tools/gimpgegltool.c (gimp_gegl_tool_operation_blacklisted): + removed 'gegl:stress' from the blacklist. It was put here on wrong + assumptions. + 2008-12-15 Sven Neumann * tools/pdbgen/pdb/pattern.pdb diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c index a675f08896..430f5dcad3 100644 --- a/app/tools/gimpgegltool.c +++ b/app/tools/gimpgegltool.c @@ -236,8 +236,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name) { static const gchar * const blacklist[] = { - "gegl:convert-format", "gegl:text", "gegl:introspect", "gegl:stress", - "gimp-" + "gegl:convert-format", "gegl:text", "gegl:introspect", "gimp-" }; gint i;