* src/GrampsBSDDB.py (upgrade): Delegate particular versioned

upgrades to separate methods; provide upgrade_5 method.
* src/RelLib.py: Remove place from MediaObjects; minor improvements.
* src/SourceView.py (button_press): Proper selection on double-click.
* src/plugins/Check.py (check_for_broken_family_links): Typo.


svn: r4265
This commit is contained in:
Alex Roitman
2005-04-01 04:34:31 +00:00
parent f7de2b1f0e
commit feb263c48e
5 changed files with 289 additions and 120 deletions

View File

@ -110,7 +110,7 @@ class CheckIntegrity:
mother = self.db.get_person_from_handle(mother_handle)
if not mother:
# The person referenced by the mother handle does not exist in the database
family.set_father_handle(None)
family.set_mother_handle(None)
self.db.commit_family(family,self.trans)
self.broken_parent_links.append((mother_handle,family_handle))
mother_handle = None