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:
parent
68acc6598c
commit
d5be34058c
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue