* src/plugins/DetDescendantReport.py: Add style descriptions
for the paragraphs. Add first entry style. Change defaults to be similar to the FTM style reports. * src/plugins/DetAncestralReport.py: Add style descriptions for the paragraphs. Add first entry style. Change defaults to be similar to the FTM style reports. * src/StyleEditor.py (draw, save_paragraph): Allow users to adjust first line indent. * src/styles.glade: Add first line indent entry. * src/plugins/Check.py (delete_empty_family): Remove families in which person is a parent, not only a child. * src/gramps_main.py (post_load): Use display_frel and display_fattr. * src/MediaView.py (key_press): Add function. * src/PlaceView.py (key_press): Add function. * src/SourceView.py (key_press): Add function. * src/plugins/WebPage.py: Add tab with index page options. * src/po/hu.po: Update * doc/gramps-manual/hu/filtref.xml: Update svn: r2831
This commit is contained in:
@ -216,6 +216,7 @@ class CheckIntegrity:
|
||||
for key in self.db.get_person_keys():
|
||||
child = self.db.get_person(key)
|
||||
child.remove_parent_family_id(family.get_id())
|
||||
child.remove_family_id(family.get_id())
|
||||
self.db.delete_family(family.get_id())
|
||||
|
||||
def check_parent_relationships(self):
|
||||
|
Reference in New Issue
Block a user