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:

committed by
Sven Neumann

parent
2158f66a65
commit
bd909141ed
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user