* src/GrampsDb/_DbUtils.py (db_copy): Use batch transaction.

* src/GrampsDb/_GrampsBSDDB.py (transaction_begin): Proper indentation.


svn: r6606
This commit is contained in:
Alex Roitman
2006-05-10 14:23:38 +00:00
parent 2ee29d05f2
commit 99db21d8fe
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-05-10 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_DbUtils.py (db_copy): Use batch transaction.
* src/GrampsDb/_GrampsBSDDB.py (transaction_begin): Proper indentation.
2006-05-09 Don Allingham <don@gramps-project.org>
* src/DataViews/_PersonView.py: search bar implementation
* src/PeopleModel.py: search bar implementation