mirror of https://github.com/GNOME/gimp.git
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:
parent
3b271c3c40
commit
84bf7845f9
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue