* src/GrampsLogger/_ErrorReportAssistant.py (__init__): Properly
call Assistant. * src/plugins/GraphViz.py (get_event_string): Stop using cause. svn: r7273
This commit is contained in:
@@ -17,7 +17,7 @@ class ErrorReportAssistant:
|
||||
self._error_details_text_buffer = None
|
||||
self._final_report_text_buffer = None
|
||||
|
||||
self.w = Assistant.Assistant(None,self.complete)
|
||||
self.w = Assistant.Assistant(None,None,self.complete)
|
||||
|
||||
self.w.add_text_page(
|
||||
_('Report a bug'),
|
||||
|
||||
Reference in New Issue
Block a user