From 1b01e9d74e30bc6158549dda77f613f90d977bd4 Mon Sep 17 00:00:00 2001 From: prculley Date: Tue, 17 Jan 2017 12:14:11 -0600 Subject: [PATCH] Fix Check&Repair 'Cross table duplicates' Progress parent --- gramps/plugins/tool/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/tool/check.py b/gramps/plugins/tool/check.py index f609e7526..327f5d6ab 100644 --- a/gramps/plugins/tool/check.py +++ b/gramps/plugins/tool/check.py @@ -116,7 +116,7 @@ def cross_table_duplicates(db, uistate): parent = uistate.window else: parent = None - progress = ProgressMeter(_('Checking Database'), '', parent) + progress = ProgressMeter(_('Checking Database'), '', parent=parent) progress.set_pass(_('Looking for cross table duplicates'), 9) logging.info('Looking for cross table duplicates') total_nr_handles = 0