fix callback call
svn: r4546
This commit is contained in:
parent
4ae013652b
commit
cc595f783c
@ -940,6 +940,7 @@ class GrampsParser:
|
||||
pass
|
||||
|
||||
def stop_database(self,*tag):
|
||||
if self.callback:
|
||||
self.callback(False)
|
||||
|
||||
def stop_object(self,*tag):
|
||||
|
Loading…
Reference in New Issue
Block a user