5191: Remove family heading when the active person has no families
svn: r18088
This commit is contained in:
parent
1c03354f25
commit
221087f01d
@ -520,9 +520,6 @@ class RelationshipView(NavigationView):
|
|||||||
for family_handle in family_handle_list:
|
for family_handle in family_handle_list:
|
||||||
if family_handle:
|
if family_handle:
|
||||||
self.write_family(family_handle, person)
|
self.write_family(family_handle, person)
|
||||||
else:
|
|
||||||
self.write_label("%s:" % _('Family'), None, False, person)
|
|
||||||
self.row += 1
|
|
||||||
|
|
||||||
self.row = 0
|
self.row = 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user