2006-09-25 Don Allingham <don@gramps-project.org>

* src/GrampsDb/_GrampsDBCallback.py: catch db transaction problem
	* src/GrampsCfg.py: reset PORT_WARN when TRANSACTION re-enabled
	* src/QuestionDialog.py: sync changes to config value
	* src/GrampsLogger/_ErrorReportAssistant.py: fix typo
	


svn: r7330
This commit is contained in:
Don Allingham
2006-09-26 02:07:03 +00:00
parent 41935cac69
commit 0d820794d5
5 changed files with 31 additions and 2 deletions

View File

@ -275,3 +275,4 @@ class MessageHideDialog:
def update_checkbox(self, obj, constant):
Config.set(constant, obj.get_active())
Config.sync()