From a0ce43dc93c2e6c61e7ef132f4b6dd66c65b29ef Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 25 Mar 2012 21:38:37 +0200 Subject: [PATCH] app: don't pass 1.0 as boolean value, not that it would change anything... --- app/core/gimpdrawable-bucket-fill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/gimpdrawable-bucket-fill.c b/app/core/gimpdrawable-bucket-fill.c index e800992966..17f82065b0 100644 --- a/app/core/gimpdrawable-bucket-fill.c +++ b/app/core/gimpdrawable-bucket-fill.c @@ -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);