app/paint/gimpclone.c minor cosmetic cleanup merged from the

2006-09-02  Michael Natterer  <mitch@gimp.org>

	* app/paint/gimpclone.c
	* app/paint/gimpink.c: minor cosmetic cleanup merged from the
	soc-2006-healing-brush branch.
This commit is contained in:
Michael Natterer 2006-09-02 16:58:43 +00:00 committed by Michael Natterer
parent 96a2fcbe1e
commit a3217d46fe
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2006-09-02 Michael Natterer <mitch@gimp.org>
* app/paint/gimpclone.c
* app/paint/gimpink.c: minor cosmetic cleanup merged from the
soc-2006-healing-brush branch.
2006-09-02 Michael Natterer <mitch@gimp.org>
* app/dialogs/quit-dialog.c (quit_close_all_dialog_new): create a

View File

@ -321,7 +321,7 @@ gimp_ink_motion (GimpPaintCore *paint_core,
blob_to_render = blob_union;
}
/* Get the the buffer */
/* Get the buffer */
ink->cur_blob = blob_to_render;
area = gimp_paint_core_get_paint_area (paint_core, drawable, paint_options);
ink->cur_blob = NULL;