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
c8f66c8d24
commit
9ec79f98e1
@ -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>
|
2007-02-19 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/plugins/AncestorChart2.py: Fix dimension error
|
* src/plugins/AncestorChart2.py: Fix dimension error
|
||||||
|
|
||||||
|
@ -958,7 +958,7 @@ class GrampsBSDDB(GrampsDbBase,UpdateCallback):
|
|||||||
the_txn = None
|
the_txn = None
|
||||||
self._update_reference_map(obj,transaction,the_txn)
|
self._update_reference_map(obj,transaction,the_txn)
|
||||||
if not self.UseTXN:
|
if not self.UseTXN:
|
||||||
data_map.sync()
|
self.reference_map.sync()
|
||||||
if the_txn:
|
if the_txn:
|
||||||
the_txn.commit()
|
the_txn.commit()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user