[gimp-perl] Removed excess argument from call to plug-in-mblur(). See bug #54130.
- From: Kevin Cozens <kcozens src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-perl] Removed excess argument from call to plug-in-mblur(). See bug #54130.
- Date: Sat, 25 Dec 2010 04:12:53 +0000 (UTC)
commit 4fb5f33309966b4428a5e38bdc9627484ef27ebf
Author: Kevin Cozens <kcozens cvs gnome org>
Date: Fri Dec 24 22:37:41 2010 -0500
Removed excess argument from call to plug-in-mblur(). See bug #54130.
examples/windify | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/examples/windify b/examples/windify
index af62187..cc448f9 100755
--- a/examples/windify
+++ b/examples/windify
@@ -36,8 +36,7 @@ sub windify {
15, #length
$angle,
gimp_drawable_width($windlayercopy)/2,
- gimp_drawable_height($windlayercopy)/2,
- 0 # doesn't matter for linear
+ gimp_drawable_height($windlayercopy)/2
);
gimp_layer_set_mode($windlayercopy, 10); # Lighten Only
gimp_image_merge_visible_layers($out,0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]