diff --git a/ChangeLog b/ChangeLog index 9d6fb8c62e..2c8f49ae8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-30 Sven Neumann + + * plug-ins/script-fu/scripts/chip-away.scm: applied another patch + from Ulf-D. Ehlert for the parameter range (bug #506110). + 2007-12-29 Øyvind Kolås * app/gegl/gimpoperationtilesource.c: override the default behaviour diff --git a/plug-ins/script-fu/scripts/chip-away.scm b/plug-ins/script-fu/scripts/chip-away.scm index 70a66208b9..da04ea9e06 100644 --- a/plug-ins/script-fu/scripts/chip-away.scm +++ b/plug-ins/script-fu/scripts/chip-away.scm @@ -193,7 +193,7 @@ SF-STRING _"Text" "Sloth" SF-FONT _"Font" "RoostHeavy" SF-ADJUSTMENT _"Font size (pixels)" '(200 2 1000 1 10 0 1) - SF-ADJUSTMENT _"Chip amount" '(30 0 250 1 10 0 1) + SF-ADJUSTMENT _"Chip amount" '(30 0 200 1 10 0 1) SF-ADJUSTMENT _"Blur amount" '(3 1 100 1 10 1 0) SF-TOGGLE _"Invert" FALSE SF-TOGGLE _"Drop shadow" TRUE