[gimp/goat-invasion: 246/608] app: don't pass 1.0 as boolean value, not that it would change anything...
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 246/608] app: don't pass 1.0 as boolean value, not that it would change anything...
- Date: Fri, 27 Apr 2012 20:46:04 +0000 (UTC)
commit 166c8ad42c1c6358ff0a6695a28c55a54aa87955
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]