2006-11-15 Don Allingham <don@gramps-project.org>

* data/gramps.schemas.in: default transactions to off
	* src/Config/_GrampsConfigKeys.py: default transaction to off
	* src/Editors/_EditFamily.py: remove dead code
	* src/plugins/DetDescendantReport.py: remove dead code



svn: r7631
This commit is contained in:
Don Allingham
2006-11-16 04:02:28 +00:00
parent a3990ef62d
commit 220ccd309a
6 changed files with 9 additions and 28 deletions

View File

@@ -112,7 +112,7 @@ class GrampsDbBaseTest(unittest.TestCase):
for source in sources:
src_ref = RelLib.SourceRef()
src_ref.set_base_handle(source.get_handle())
src_ref.set_reference_handle(source.get_handle())
object.add_source_reference(src_ref)