* src/ChooseParents.py: Fix widget sensitivity problem, assign

integer value instead of string to relationship type
* src/FamilyView.py: fix child relationship display value
* src/GrampsBSDDB.py: upgrade to DB version 4 (remove string
relationship types)


svn: r4152
This commit is contained in:
Don Allingham
2005-03-10 01:38:08 +00:00
parent 9ad57e1c2f
commit 9041c520d5
4 changed files with 49 additions and 17 deletions

View File

@@ -1,4 +1,9 @@
2005-03-09 Don Allingham <don@gramps-project.org>
* src/ChooseParents.py: Fix widget sensitivity problem, assign
integer value instead of string to relationship type
* src/FamilyView.py: fix child relationship display value
* src/GrampsBSDDB.py: upgrade to DB version 4 (remove string
relationship types)
* src/EditPerson.py: call new_after_edit instead of update_after_edit
for new people.
* src/EditPerson.py: add srcref as a drag and drop item