Thu Mar 9 22:29:14 GMT 2000

* app/gimpimage.c

	An Images tattoos state can equal the highest tattoo in the image.
This commit is contained in:
Andy Thomas 2000-03-09 22:41:19 +00:00
parent 6e73f200df
commit a78e51c4fa
9 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,9 @@
Thu Mar 9 22:29:14 GMT 2000
* app/gimpimage.c
A tattoos state can equal the highest tattoo in the image.
Thu Mar 9 20:45:13 CET 2000 Sven Neumann <sven@gimp.org>
* app/commands.[ch]

View File

@ -1298,7 +1298,7 @@ gimp_image_set_tattoo_state (GimpImage *gimage,
}
}
if (val <= maxval)
if (val < maxval)
retval = FALSE;
/* Must check the state is valid */

View File

@ -1298,7 +1298,7 @@ gimp_image_set_tattoo_state (GimpImage *gimage,
}
}
if (val <= maxval)
if (val < maxval)
retval = FALSE;
/* Must check the state is valid */

View File

@ -1298,7 +1298,7 @@ gimp_image_set_tattoo_state (GimpImage *gimage,
}
}
if (val <= maxval)
if (val < maxval)
retval = FALSE;
/* Must check the state is valid */

View File

@ -1298,7 +1298,7 @@ gimp_image_set_tattoo_state (GimpImage *gimage,
}
}
if (val <= maxval)
if (val < maxval)
retval = FALSE;
/* Must check the state is valid */

View File

@ -1298,7 +1298,7 @@ gimp_image_set_tattoo_state (GimpImage *gimage,
}
}
if (val <= maxval)
if (val < maxval)
retval = FALSE;
/* Must check the state is valid */

View File

@ -1298,7 +1298,7 @@ gimp_image_set_tattoo_state (GimpImage *gimage,
}
}
if (val <= maxval)
if (val < maxval)
retval = FALSE;
/* Must check the state is valid */

View File

@ -1298,7 +1298,7 @@ gimp_image_set_tattoo_state (GimpImage *gimage,
}
}
if (val <= maxval)
if (val < maxval)
retval = FALSE;
/* Must check the state is valid */

View File

@ -1298,7 +1298,7 @@ gimp_image_set_tattoo_state (GimpImage *gimage,
}
}
if (val <= maxval)
if (val < maxval)
retval = FALSE;
/* Must check the state is valid */