add "text" to the list of blacklisted operations.

2008-10-02  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpgegltool.c 
(gimp_gegl_tool_operation_blacklisted):
	add "text" to the list of blacklisted operations.


svn path=/trunk/; revision=27114
This commit is contained in:
Sven Neumann 2008-10-02 19:08:16 +00:00 committed by Sven Neumann
parent 68acc6598c
commit d5be34058c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-10-02 Sven Neumann <sven@gimp.org>
* app/tools/gimpgegltool.c (gimp_gegl_tool_operation_blacklisted):
add "text" to the list of blacklisted operations.
2008-10-02 Michael Natterer <mitch@gimp.org>
Bug 554646 Opening Help crashes GIMP with lqr-plugin installed

View file

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