5191: Remove family heading when the active person has no families

svn: r18088
This commit is contained in:
Nick Hall 2011-08-30 18:35:29 +00:00
parent 1c03354f25
commit 221087f01d

View File

@ -520,9 +520,6 @@ class RelationshipView(NavigationView):
for family_handle in family_handle_list:
if family_handle:
self.write_family(family_handle, person)
else:
self.write_label("%s:" % _('Family'), None, False, person)
self.row += 1
self.row = 0