* various: Change Person.male, Person.female, and Person.unkwown
to Person.MALE, Person.FEMALE and Person.UNKNOWN * gramps.spec.in: bring up to date, support Fedora Core and Mandrake * src/plugins/NavWebPage.py: Start of the Narrative Web Page plugin svn: r4008
This commit is contained in:
@@ -176,7 +176,7 @@ class AncestorReport(Report.Report):
|
||||
if place[-1:] == '.':
|
||||
place = place[:-1]
|
||||
if date_text != "" or place_handle:
|
||||
if person.get_gender() == RelLib.Person.male:
|
||||
if person.get_gender() == RelLib.Person.MALE:
|
||||
male = 1
|
||||
else:
|
||||
male = 0
|
||||
|
||||
Reference in New Issue
Block a user