From f4503bcbf98c4f27289835562a45aeb3b1b0972f Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Wed, 27 Sep 2006 03:21:21 +0000 Subject: [PATCH] * src/GrampsLogger/_ErrorReportAssistant.py: Fix typo. svn: r7332 --- gramps2/ChangeLog | 5 ++++- gramps2/src/GrampsLogger/_ErrorReportAssistant.py | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 5a7b0d980..e9d373ee5 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-09-26 Brian Matherly + * src/GrampsLogger/_ErrorReportAssistant.py: Fix typo. + 2006-09-25 Don Allingham * src/ViewManager.py: fix message * src/Config/_GrampsConfigKeys.py: set default value @@ -14,7 +17,7 @@ 2006-09-24 Brian Matherly * src/plugins/AncestorReport.py: Fix generation numbers. - * src/_ErrorReportAssistant.py: Fix email client launch (#455) + * src/GrampsLogger/_ErrorReportAssistant.py: Fix email client launch (#455) 2006-09-23 Don Allingham * src/images/sources.svg: new icon diff --git a/gramps2/src/GrampsLogger/_ErrorReportAssistant.py b/gramps2/src/GrampsLogger/_ErrorReportAssistant.py index 4433c9698..a24f03cca 100644 --- a/gramps2/src/GrampsLogger/_ErrorReportAssistant.py +++ b/gramps2/src/GrampsLogger/_ErrorReportAssistant.py @@ -75,11 +75,10 @@ class ErrorReportAssistant: def _start_email_client(self,obj=None): import GrampsDisplay - print self._final_report_text_buffer.get_text( 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"):