* 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:
Alex Roitman
2006-06-15 18:24:43 +00:00
parent 0c850aeda1
commit 0e141aacd4
4 changed files with 38 additions and 13 deletions

View File

@@ -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'),