* src/ArgHandler.py: Fixes.

* src/gramps_main.py: Don't show topWindow until ArgHandler is done.
* src/plugins/Summary.py: Fixes.


svn: r3224
This commit is contained in:
Alex Roitman
2004-06-21 23:22:55 +00:00
parent 383a0a6f2c
commit 6da362e2fa
4 changed files with 14 additions and 3 deletions

View File

@@ -421,7 +421,7 @@ class ArgHandler:
"""
if action == 'check':
import Check
checker = Check.CheckIntegrity(self.parent.db)
checker = Check.CheckIntegrity(self.parent.db,None,None)
checker.check_for_broken_family_links()
checker.cleanup_missing_photos(1)
checker.check_parent_relationships()