* src/GrampsDb/_GrampsBSDDB.py (commit_base): Rename method.
svn: r8667
This commit is contained in:
parent
37ee59aff7
commit
2b16d0f35d
@ -1,4 +1,5 @@
|
|||||||
2007-06-25 Alex Roitman <shura@gramps-project.org>
|
2007-06-25 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/GrampsDb/_GrampsBSDDB.py (commit_base): Rename method.
|
||||||
* src/GrampsDb/_GrampsDBDir.py (commit_base): Rename method.
|
* src/GrampsDb/_GrampsDBDir.py (commit_base): Rename method.
|
||||||
* src/GrampsDb/_GrampsDbBase.py: Rename __commit_base into commit
|
* src/GrampsDb/_GrampsDbBase.py: Rename __commit_base into commit
|
||||||
base: caused problems with python2.4 scoping.
|
base: caused problems with python2.4 scoping.
|
||||||
|
@ -1372,7 +1372,7 @@ class GrampsBSDDB(GrampsDbBase, UpdateCallback):
|
|||||||
return self.__get_obj_from_gramps_id(val, self.nid_trans, Note,
|
return self.__get_obj_from_gramps_id(val, self.nid_trans, Note,
|
||||||
self.note_map)
|
self.note_map)
|
||||||
|
|
||||||
def __commit_base(self, obj, data_map, key, update_list, add_list,
|
def commit_base(self, obj, data_map, key, update_list, add_list,
|
||||||
transaction, change_time):
|
transaction, change_time):
|
||||||
"""
|
"""
|
||||||
Commits the specified object to the database, storing the changes
|
Commits the specified object to the database, storing the changes
|
||||||
|
Loading…
Reference in New Issue
Block a user