* 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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user