regenerated.

2007-01-18  Michael Natterer  <mitch@gimp.org>

	* app/pdb/color_cmds.c: regenerated.


svn path=/trunk/; revision=21732
This commit is contained in:
Michael Natterer 2007-01-18 22:10:27 +00:00 committed by Michael Natterer
parent ede636557a
commit b2c47361ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-01-18 Michael Natterer <mitch@gimp.org>
* app/pdb/color_cmds.c: regenerated.
2007-01-18 Kevin Cozens <kcozens@cvs.gnome.org>
* tools/pdbgen/pdb/color.pdb: allow low value to be equal to the high

View File

@ -799,7 +799,7 @@ threshold_invoker (GimpProcedure *procedure,
{
if (! gimp_item_is_attached (GIMP_ITEM (drawable)) ||
gimp_drawable_is_indexed (drawable) ||
(low_threshold >= high_threshold))
(low_threshold > high_threshold))
success = FALSE;
if (success)