fix parameters

svn: r6092
This commit is contained in:
Don Allingham 2006-03-06 22:30:17 +00:00
parent 84b995dd6a
commit 4115e92d1c
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
2006-03-06 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_GrampsDbBase.py: handle the default argument of
no_magic
* src/Editors/_EditFamily.py: handle the fact that family
information is not a simple list.

View File

@ -1162,7 +1162,7 @@ class GrampsDbBase(GrampsDBCallback):
"""
self.rprefix = self._validated_id_prefix(val,"R")
def transaction_begin(self,msg="",batch=False):
def transaction_begin(self,msg="",batch=False, match=False, no_magic=False):
"""
Creates a new Transaction tied to the current UNDO database. The
transaction has no effect until it is committed using the