[gimp/goat-invasion: 246/412] 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/412] app: don't pass 1.0 as boolean value, not that it would change anything...
- Date: Tue, 3 Apr 2012 09:53:47 +0000 (UTC)
commit 5fbf74148afa53c374a2d8ffa9c0d24877624626
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]