From c41207d5e57f86faf6aad0c2260bf21d48bf228a Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Wed, 17 Dec 2003 18:38:37 +0000 Subject: [PATCH] update svn: r2539 --- gramps2/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 9a1586b74..0a277c0dc 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,11 @@ +2003-12-17 Don Allingham + * src/revision.glade: removed unused call (on_help_dbopen_clicked) + * src/gramps_main.py: don't add places twice after an edit of a person + * src/AddSpouse.py: don't add places twice after an edit of a person + * src/ChooseParents.py: don't add places twice after an edit of a person + * src/EditPerson.py: don't add places twice after an edit of a person + * src/FamilyView.py: don't add places twice after an edit of a person + 2003-12-17 Alex Roitman * src/Sources.py: Unicode conversion from gtk.TextView. * src/NoteEdit.py: Unicode conversion from gtk.TextView.