* src/plugins/Rebuild.py (__init__): Proper progress indication.

svn: r7743
This commit is contained in:
Alex Roitman
2006-12-01 16:26:34 +00:00
parent 2c4d5d0750
commit 4fff3e494a
5 changed files with 59 additions and 26 deletions

View File

@@ -283,7 +283,7 @@ class GrampsDbBase(GrampsDBCallback):
self.path = ""
self.name_group = {}
def rebuild_secondary(self, callback=None):
def rebuild_secondary(self, callback):
pass
def version_supported(self):
@@ -2044,7 +2044,7 @@ class GrampsDbBase(GrampsDBCallback):
need to be changed."""
pass
def reindex_reference_map(self):
def reindex_reference_map(self,callback):
"""
Reindex all primary records in the database.