[gimp/metadata-browser] app: don't pass 1.0 as boolean value, not that it would change anything...
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: don't pass 1.0 as boolean value, not that it would change anything...
- Date: Wed, 12 Sep 2012 23:27:08 +0000 (UTC)
commit ed3d0c7432fa776278e49bcfb095cf369f27844d
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]