add the gegl: prefix here too.

2008-10-15  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpgegltool.c (gimp_gegl_tool_operation_blacklisted):
	add the gegl: prefix here too.


svn path=/trunk/; revision=27285
This commit is contained in:
Michael Natterer 2008-10-14 23:14:34 +00:00 committed by Michael Natterer
parent 880a699cae
commit 1ccfc38561
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-10-15 Michael Natterer <mitch@gimp.org>
* app/tools/gimpgegltool.c (gimp_gegl_tool_operation_blacklisted):
add the gegl: prefix here too.
2008-10-14 Michael Natterer <mitch@gimp.org>
* configure.in

View File

@ -226,7 +226,8 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name)
{
static const gchar * const blacklist[] =
{
"convert-format", "gimp-", "introspect", "stress", "text"
"gegl:convert-format", "gegl:text", "gegl:introspect", "gegl:stress",
"gimp-"
};
gint i;