* src/AttrEdit.py: don't used reserved word "list"

* src/EditPerson.py: Pass correct attribute list to editor
* src/GrampsBSDDB.py: persistently load/save attribute lists
* src/GrampsDbBase.py: update attributes on commit
* src/Marriage.py: Pass correct attribute list to editor


svn: r5017
This commit is contained in:
Don Allingham
2005-08-04 20:46:41 +00:00
parent db62a824fb
commit ac235ff7be
6 changed files with 35 additions and 12 deletions

View File

@@ -1,3 +1,10 @@
2005-08-04 Don Allingham <don@gramps-project.org>
* src/AttrEdit.py: don't used reserved word "list"
* src/EditPerson.py: Pass correct attribute list to editor
* src/GrampsBSDDB.py: persistently load/save attribute lists
* src/GrampsDbBase.py: update attributes on commit
* src/Marriage.py: Pass correct attribute list to editor
2005-08-04 Alex Roitman <shura@gramps-project.org>
* NEWS: Update.
* src/MergePeople.py: Typos.