* src/GrampsDb/_GrampsDbBase.py (transaction_commit): Remove

backend-specific call.
	* src/GrampsDb/_GrampsBSDDB.py (transaction_commit): Move surname
	list build to work for any batch transaction.
	* src/GrampsDb/_GrampsInMemDB.py (transaction_commit): Add method.


svn: r7939
This commit is contained in:
Alex Roitman
2007-01-20 16:55:08 +00:00
parent b1e9dfdafe
commit 832095aea5
4 changed files with 15 additions and 7 deletions

View File

@@ -1,4 +1,9 @@
2007-01-20 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsDbBase.py (transaction_commit): Remove
backend-specific call.
* src/GrampsDb/_GrampsBSDDB.py (transaction_commit): Move surname
list build to work for any batch transaction.
* src/GrampsDb/_GrampsInMemDB.py (transaction_commit): Add method.
* src/Utils.py (profile): Accept and pass additional arguments.
* src/DataViews/_PersonView.py (delete_person_response): Busy cursor.