mirror of https://github.com/GNOME/gimp.git
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:
parent
424049739e
commit
512998c79e
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue