From ff38758d5a46eda7f90d426b99d39383e0a0c17d Mon Sep 17 00:00:00 2001 From: Kevin Cozens Date: Wed, 13 Oct 2004 22:02:26 +0000 Subject: [PATCH] two variables were not defined before first use (bug #153900). 2004-10-13 Kevin Cozens * plug-ins/script-fu/scripts/add-bevel.scm: two variables were not defined before first use (bug #153900). --- ChangeLog | 5 +++++ plug-ins/script-fu/scripts/add-bevel.scm | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5f4e37444a..abb42b8c2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-13 Kevin Cozens + + * plug-ins/script-fu/scripts/add-bevel.scm: two variables were + not defined before first use (bug #153900). + 2004-10-13 Kevin Cozens * app/widgets/gimpactionview.c: Fixed a spelling error. diff --git a/plug-ins/script-fu/scripts/add-bevel.scm b/plug-ins/script-fu/scripts/add-bevel.scm index 1a0e21dc18..10425064d8 100644 --- a/plug-ins/script-fu/scripts/add-bevel.scm +++ b/plug-ins/script-fu/scripts/add-bevel.scm @@ -72,7 +72,9 @@ GRAY "Bumpmap" 100 - NORMAL-MODE)))) + NORMAL-MODE))) + (bevelling-whole-image TRUE) + (select)) (gimp-context-push)