From c0266b358cbdb33ff454bc1c29f8a7f120fadf47 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 24 Nov 2003 02:56:49 +0000 Subject: [PATCH] update svn: r2368 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e24013a25..e68b564db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-23 Don Allingham + * src/gramps_main.py: just update information after an edit + instead of deleting/re-enter. Caused pygtk to segfault + * src/PeopleView.py: provide update person function + * src/dialog.glade: remove unused callbacks + 2003-11-23 Alex Roitman * src/ChooseParents.py (ChooseParents.__init__): Revert the dialog back to being non-modal (otherwise adding new people is impossible).