* src/EditPerson.py: hide window while closing updating info

* src/FamilyView.py: Fix deleting of spouses and children
* src/GrampsDbBase.py: add remove_family, clear default person
if the person is deleted
* src/PeopleView.py: text clean up
* src/gramps_main.py: disable buttons while deleting a person


svn: r3776
This commit is contained in:
Don Allingham
2004-12-03 01:49:09 +00:00
parent 7b7d9ddac8
commit e25236f85a
6 changed files with 69 additions and 20 deletions

View File

@@ -1535,6 +1535,7 @@ class EditPerson:
def on_apply_person_clicked(self,obj):
self.window.hide()
trans = self.db.transaction_begin()
surname = unicode(self.surname.get_text())