free the brush dialog before freeing the brushes.

* app/app_procs.c: free the brush dialog before freeing the brushes.

	* app/blend.c, app/bucket_fill.c: don't include brush_select.h

	* app/brush_select.[ch]: add the ability to delete generated brushes.

	* app/gimpbrushgenerated.c: save the brush parameters on seperate lines.

	* app/gimpbrushlist.c: make sure we don't overwrite other brush
	files when saving newly created brushes.
This commit is contained in:
jaycox
1999-09-02 09:20:48 +00:00
parent a6b63ca177
commit 2b5130f08a
18 changed files with 242 additions and 60 deletions

View File

@ -640,6 +640,7 @@ app_exit_finish (void)
named_buffers_free ();
swapping_free ();
context_manager_free ();
brush_select_dialog_free ();
brushes_free ();
patterns_free ();
palettes_free ();
@ -648,7 +649,6 @@ app_exit_finish (void)
hue_saturation_free ();
curves_free ();
levels_free ();
brush_select_dialog_free ();
pattern_select_dialog_free ();
palette_free ();
paint_funcs_free ();