From c25afb2e8b57ae313d0b3fb9fc2953db3ba4df49 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sat, 20 May 2000 12:19:38 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2368 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index f2e81462a1..22441c99d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-05-20 Dave Peticolas + * src/gnome/dialog-add.c (accWindow): if the window is closed as + a result of a window destroy, don't save the size or destroy the + window, it's already gone. + * configure.in: remove check for readline. guile-config should return the right values. Also, change LOCALE_DIR definition to $datadir/locale. This seems to be more correct.