fixed gimp-brushes-refresh. I broke it with the no-data patch.

a  s/TRUE/FALSE change. select_to_brush.scm works now.

-adrian
This commit is contained in:
Adrian Likins 1998-03-29 16:55:38 +00:00
parent 424049739e
commit 512998c79e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Mar 29 11:47:02 EST 1998 Adrian Likins <adrian@gimp.org>
*app/brushes.c: changed gimp-brushes-refresh so
that it actually refreshes again after i broke it.
Sat Mar 28 22:42:49 1998 Owen Taylor <owt1@cornell.edu>
* configure.in (gimpdir): Removed duplicate saving of

View File

@ -469,7 +469,7 @@ brushes_refresh_brush_invoker (Argument *args)
*/
success = TRUE ;
brushes_init(TRUE);
brushes_init(FALSE);
return procedural_db_return_args (&brushes_refresh_brush_proc, success);
}