2007-02-22 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Typo. svn: r8213
This commit is contained in:
parent
ab4f7d3d01
commit
833b8d88ea
@ -1,3 +1,6 @@
|
||||
2007-02-22 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Typo.
|
||||
|
||||
2007-02-19 Brian Matherly <brian@gramps-project.org>
|
||||
* src/plugins/AncestorChart2.py: Fix dimension error
|
||||
|
||||
|
@ -958,7 +958,7 @@ class GrampsBSDDB(GrampsDbBase,UpdateCallback):
|
||||
the_txn = None
|
||||
self._update_reference_map(obj,transaction,the_txn)
|
||||
if not self.UseTXN:
|
||||
data_map.sync()
|
||||
self.reference_map.sync()
|
||||
if the_txn:
|
||||
the_txn.commit()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user