removed 'gegl:stress' from the blacklist. It was put here on wrong

2008-12-16  Sven Neumann  <sven@gimp.org>

	* 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
This commit is contained in:
Sven Neumann
2008-12-16 08:04:09 +00:00
committed by Sven Neumann
parent 2158f66a65
commit bd909141ed
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2008-12-16 Sven Neumann <sven@gimp.org>
* 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 <sven@gimp.org>
* tools/pdbgen/pdb/pattern.pdb

View File

@ -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;