* src/GrampsLogger/_ErrorReportAssistant.py (__init__): Adapt to
the Assistant change. * src/Assistant.py: Convert to working both with and without ManagedWindow. (__init__): Adapt to the Assistant change. svn: r6895
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(self.complete)
|
||||
self.w = Assistant.Assistant(None,self.complete)
|
||||
|
||||
self.w.add_text_page(
|
||||
_('Report a bug'),
|
||||
|
Reference in New Issue
Block a user