Don't destroy tool.

Wed Apr  8 01:40:45 EDT 1998 Matthew Wilson <msw@gimp.org>

	* app/by_color_select.c: Don't destroy tool.

--Matt
This commit is contained in:
EDT 1998 Matthew Wilson 1998-04-08 05:50:36 +00:00 committed by Matt Wilson
parent 3b271c3c40
commit 84bf7845f9
4 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Apr 8 01:40:45 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/by_color_select.c: Don't destroy tool.
Tue Apr 7 22:36:22 PDT 1998 Manish Singh <yosh@gimp.org>
* added regex.[ch] to app/ and plug-ins/script-fu/ so we REALLY

View File

@ -481,6 +481,7 @@ tools_new_by_color_select ()
tool->control_func = by_color_select_control;
tool->gdisp_ptr = NULL;
tool->drawable = NULL;
tool->preserve = TRUE;
return tool;
}

View File

@ -481,6 +481,7 @@ tools_new_by_color_select ()
tool->control_func = by_color_select_control;
tool->gdisp_ptr = NULL;
tool->drawable = NULL;
tool->preserve = TRUE;
return tool;
}

View File

@ -481,6 +481,7 @@ tools_new_by_color_select ()
tool->control_func = by_color_select_control;
tool->gdisp_ptr = NULL;
tool->drawable = NULL;
tool->preserve = TRUE;
return tool;
}