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



commit a0ce43dc93c2e6c61e7ef132f4b6dd66c65b29ef
Author: Michael Natterer <mitch gimp org>
Date:   Sun Mar 25 21:38:37 2012 +0200

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

 app/core/gimpdrawable-bucket-fill.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpdrawable-bucket-fill.c b/app/core/gimpdrawable-bucket-fill.c
index e800992..17f8206 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]