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

@@ -79,7 +79,7 @@ class ErrorReportAssistant:
GrampsDisplay.url('mailto:gramps-bugs@lists.sourceforge.net?subject="bug report"&body="%s"' \
% self._final_report_text_buffer.get_text(
self._final_report_text_buffer.get_start_iter(),
self._final_report_text_buffer.get_end_iter()))
self._final_report_text_buffer.get_end_iter())))
def _get_sys_information(self):
if hasattr(os, "uname"):