gimpcagetool: add a warning if the coef buffer isn't initialised

This commit is contained in:
Michael Muré 2010-07-27 16:59:33 +02:00
parent 8c33eb83f7
commit 9677eeeffc
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ gimp_cage_tool_process (GimpCageTool *ct,
GimpProgress *progress = gimp_progress_start (GIMP_PROGRESS (display),
_("Blending"),
FALSE);
g_return_if_fail (ct->coef);
if (GIMP_IS_LAYER (drawable))
{