2007-02-22 Alex Roitman <shura@gramps-project.org>

* src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Typo.



svn: r8213
This commit is contained in:
Alex Roitman 2007-02-23 01:51:08 +00:00
parent ab4f7d3d01
commit 833b8d88ea
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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()