* src/_ErrorReportAssistant.py: Fix email client launch (#455)
svn: r7329
This commit is contained in:
parent
df354f57d7
commit
41935cac69
@ -4,6 +4,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)
|
||||
|
||||
2006-09-23 Don Allingham <don@gramps-project.org>
|
||||
* src/images/sources.svg: new icon
|
||||
|
@ -75,7 +75,8 @@ class ErrorReportAssistant:
|
||||
|
||||
def _start_email_client(self,obj=None):
|
||||
import GrampsDisplay
|
||||
GrampsDisplay.url('mailto:gramps-bugs@lists.sourceforge.net&subject="bug report"&body="%s"' \
|
||||
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()))
|
||||
|
Loading…
Reference in New Issue
Block a user