* src/ArgHandler.py: Adapt to recent changes.

* src/BasicUtils.py (update_empty): Clean up callback.
	* src/GrampsDb/_ReadGedcom.py: Clean up callback.


svn: r6700
This commit is contained in:
Alex Roitman
2006-05-18 01:02:52 +00:00
parent 79468e0196
commit 47ad2d19cb
6 changed files with 66 additions and 93 deletions

View File

@@ -67,7 +67,7 @@ class UpdateCallback:
def set_total(self,total):
self.total = total
def update_empty(self):
def update_empty(self,count=None):
pass
def update_real(self,count=None):