app: silence compiler warning in GimpBucketFillTool

This commit is contained in:
Michael Natterer
2012-04-08 20:23:52 +02:00
parent bf9627bdda
commit 9285529f9b

View File

@ -187,6 +187,7 @@ gimp_bucket_fill_tool_button_release (GimpTool *tool,
switch (options->fill_mode)
{
default:
case GIMP_FG_BUCKET_FILL:
fill_type = GIMP_FOREGROUND_FILL;
break;