2008-03-02 Gary Burton <gary.burton@zen.co.uk>

* src/GrampsCfg.py:
	* src/Config/_GrampsConfigKeys.py:
	* src/gen/db/dbdir.py:
	* src/DbManager.py:
	* src/DbLoader.py: Gramps databases run with transactions enabled. The
	option to switch off transactions is now removed. The "transactions" and 
	"port_warn" settings are ignored in the config file.



svn: r10169
This commit is contained in:
Gary Burton
2008-03-02 21:34:51 +00:00
parent d78dacb08b
commit 34cf711351
6 changed files with 72 additions and 178 deletions

View File

@@ -262,7 +262,7 @@ class DbLoader:
dbclass = gen.db.GrampsDBDir
self.dbstate.change_database(dbclass(Config.get(Config.TRANSACTIONS)))
self.dbstate.change_database(dbclass())
self.dbstate.db.disable_signals()
self.uistate.window.window.set_cursor(gtk.gdk.Cursor(gtk.gdk.WATCH))