app: don't pass 1.0 as boolean value, not that it would change anything...

This commit is contained in:
Michael Natterer
2012-03-25 21:38:37 +02:00
parent f036b77f9a
commit a0ce43dc93

View File

@ -251,7 +251,7 @@ gimp_drawable_bucket_fill_internal (GimpDrawable *drawable,
1.0);
gimp_apply_operation (buffer, NULL, NULL,
apply_opacity, 1.0,
apply_opacity, TRUE,
buffer, NULL);
g_object_unref (apply_opacity);