* src/GrampsLogger/_ErrorReportAssistant.py: Fix typo.
svn: r7332
This commit is contained in:
parent
34e0362a8b
commit
503498b858
@ -1,3 +1,6 @@
|
||||
2006-09-26 Brian Matherly <brian@gramps-project.org>
|
||||
* src/GrampsLogger/_ErrorReportAssistant.py: Fix typo.
|
||||
|
||||
2006-09-25 Don Allingham <don@gramps-project.org>
|
||||
* src/ViewManager.py: fix message
|
||||
* src/Config/_GrampsConfigKeys.py: set default value
|
||||
@ -14,7 +17,7 @@
|
||||
|
||||
2006-09-24 Brian Matherly <brian@gramps-project.org>
|
||||
* 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 <don@gramps-project.org>
|
||||
* src/images/sources.svg: new icon
|
||||
|
@ -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"):
|
||||
|
Loading…
Reference in New Issue
Block a user