[gimp] app: oops, fix last commit



commit 08503835abb1cb7d981e8b3301749a1bfda62bb2
Author: Michael Natterer <mitch gimp org>
Date:   Tue Jun 3 14:07:20 2014 +0200

    app: oops, fix last commit

 app/core/gimpdrawable-bucket-fill.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpdrawable-bucket-fill.c b/app/core/gimpdrawable-bucket-fill.c
index ae67fb4..5889eeb 100644
--- a/app/core/gimpdrawable-bucket-fill.c
+++ b/app/core/gimpdrawable-bucket-fill.c
@@ -33,6 +33,7 @@
 #include "gegl/gimp-gegl-utils.h"
 
 #include "gimp.h"
+#include "gimp-utils.h"
 #include "gimpchannel-combine.h"
 #include "gimpcontext.h"
 #include "gimpdrawable.h"
@@ -83,7 +84,7 @@ gimp_drawable_bucket_fill (GimpDrawable         *drawable,
   g_return_val_if_fail (GIMP_IS_CONTEXT (context), FALSE);
   g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
 
-  if (! gimp_get_fill_params (context, &color, &pattern, error))
+  if (! gimp_get_fill_params (context, fill_type, &color, &pattern, error))
     return FALSE;
 
   gimp_drawable_bucket_fill_internal (drawable,


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