Improve graphic alignment in OO reports. (Bug 1370498)

svn: r6297
This commit is contained in:
Brian Matherly
2006-04-10 04:29:29 +00:00
parent 9b3b2fe2e5
commit cbcef67f59
4 changed files with 8 additions and 2 deletions

View File

@@ -657,6 +657,7 @@ class FamilyGroupOptions(ReportOptions.ReportOptions):
will return a placebo label and disable the OK button.
"""
spouses = []
spouse_id = None
family_list = person.get_family_handle_list()
for family_handle in family_list:
family = database.get_family_from_handle(family_handle)