two variables were not defined before first use (bug #153900).

2004-10-13  Kevin Cozens  <kcozens@cvs.gimp.org>

	* plug-ins/script-fu/scripts/add-bevel.scm: two variables were
	not defined before first use (bug #153900).
This commit is contained in:
Kevin Cozens 2004-10-13 22:02:26 +00:00 committed by Kevin Cozens
parent f92848d2ef
commit ff38758d5a
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-10-13 Kevin Cozens <kcozens@cvs.gimp.org>
* plug-ins/script-fu/scripts/add-bevel.scm: two variables were
not defined before first use (bug #153900).
2004-10-13 Kevin Cozens <kcozens@cvs.gimp.org>
* app/widgets/gimpactionview.c: Fixed a spelling error.

View file

@ -72,7 +72,9 @@
GRAY
"Bumpmap"
100
NORMAL-MODE))))
NORMAL-MODE)))
(bevelling-whole-image TRUE)
(select))
(gimp-context-push)