plug-ins/gfig/gfig.c Changed gimp-selection-none to gimp-selection-clear

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

	* plug-ins/gfig/gfig.c
	* plug-ins/gfig/gfig-dialog.c: Changed gimp-selection-none to
	gimp-selection-clear (bug #156765)
This commit is contained in:
Kevin Cozens 2004-11-13 20:56:47 +00:00 committed by Kevin Cozens
parent 11e64d03cd
commit 61c39023d6
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-11-13 Kevin Cozens <kcozens@cvs.gimp.org>
* plug-ins/gfig/gfig.c
* plug-ins/gfig/gfig-dialog.c: Changed gimp-selection-none to
gimp-selection-clear (bug #156765)
2004-11-13 Kevin Cozens <kcozens@cvs.gimp.org>
* plug-ins/script-fu/scripts/gimp-headers.scm

View File

@ -1806,7 +1806,7 @@ gfig_paint_callback (void)
objs->obj->class->paintfunc (objs->obj);
gimp_selection_clear (gfig_context->image_id);
gimp_selection_none (gfig_context->image_id);
}

View File

@ -167,7 +167,7 @@ run (const gchar *name,
/* TMP Hack - clear any selections */
if (! gimp_selection_is_empty (gfig_context->image_id))
gimp_selection_clear (gfig_context->image_id);
gimp_selection_none (gfig_context->image_id);
gimp_drawable_mask_bounds (drawable->drawable_id,
&sel_x1, &sel_y1, &sel_x2, &sel_y2);