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

@@ -142,5 +142,5 @@ default_value = {
SIDEBAR_TEXT : True,
WEBSITE_DIRECTORY : './',
PORT_WARN : False,
TRANSACTIONS : True,
TRANSACTIONS : False,
}