applied patch from Wolfgang Hofer that fixes bug #133244.

2004-02-09  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/curve_bend.c: applied patch from Wolfgang Hofer
	that fixes bug #133244.
This commit is contained in:
Sven Neumann 2004-02-09 14:47:41 +00:00 committed by Sven Neumann
parent cefbda88e0
commit 01ea8d5587
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-02-09 Sven Neumann <sven@gimp.org>
* plug-ins/common/curve_bend.c: applied patch from Wolfgang Hofer
that fixes bug #133244.
2004-02-09 Sven Neumann <sven@gimp.org>
* app/Makefile.am: some updates to the gimp-console rules so that

View file

@ -480,7 +480,7 @@ p_if_selection_float_it (gint32 image_id,
gint32 non_empty;
/* check and see if we have a selection mask */
l_sel_channel_id = gimp_image_get_selection(image_id);
l_sel_channel_id = gimp_image_get_selection (image_id);
gimp_selection_bounds (image_id, &non_empty, &l_x1, &l_y1, &l_x2, &l_y2);