From d23fa327c8d2a40bc391c8bf21685e2ec6f704f0 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 27 Dec 2005 18:21:11 +0000 Subject: [PATCH] fixed type of threshold parameter (bug #325007). 2005-12-27 Sven Neumann * plug-ins/common/unsharp.c (query): fixed type of threshold parameter (bug #325007). --- ChangeLog | 5 +++++ plug-ins/common/unsharp.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1b023e3ec9..75d204f80e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-27 Sven Neumann + + * plug-ins/common/unsharp.c (query): fixed type of threshold + parameter (bug #325007). + 2005-12-23 DindinX * plug-ins/common/apply_lens.c diff --git a/plug-ins/common/unsharp.c b/plug-ins/common/unsharp.c index 30c29e98f1..6bb37db1f2 100644 --- a/plug-ins/common/unsharp.c +++ b/plug-ins/common/unsharp.c @@ -124,7 +124,7 @@ query (void) { GIMP_PDB_DRAWABLE, "drawable", "Drawable to draw on" }, { GIMP_PDB_FLOAT, "radius", "Radius of gaussian blur (in pixels > 1.0)" }, { GIMP_PDB_FLOAT, "amount", "Strength of effect" }, - { GIMP_PDB_FLOAT, "threshold", "Threshold" } + { GIMP_PDB_INT32, "threshold", "Threshold (0-255)" } }; gimp_install_procedure (PLUG_IN_PROC,