* src/plugins/DetAncestralReport.py: add import of string

* src/plugins/DetDescendantReport.py: add import of string
* src/Date.py: compare date modes when comparing dates
* src/EditPerson.py: save date strings which comparing for changes
* src/FamilyView.py: Scope Person.male properly


svn: r1839
This commit is contained in:
Don Allingham
2003-07-08 00:42:26 +00:00
parent aa732c16d7
commit 604cb39f5b
5 changed files with 15 additions and 4 deletions

View File

@@ -922,6 +922,10 @@ class EditPerson:
surname = self.surname_field.get_text()
if GrampsCfg.capitalize:
surname = surname.upper()
self.birth.setDate(self.bdate.get_text())
self.death.setDate(self.ddate.get_text())
ntype = self.ntype_field.entry.get_text()
suffix = self.suffix.get_text()
prefix = self.prefix.get_text()