2003-08-05 Tim Waugh <twaugh@redhat.com>
* src/Report.py, src/TextDoc.py, src/DrawDoc.py: Adjusted the way that 'Print Report' is handled. * src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py: Likewise. * src/plugins/AncestorChart.py: Undo previous change to do with printing reports. svn: r1962
This commit is contained in:
@@ -257,8 +257,6 @@ class AncestorChartDialog(Report.DrawReportDialog):
|
||||
MyReport = AncestorChart(self.db, self.person, self.target_path,
|
||||
self.max_gen, self.doc, self.report_text)
|
||||
MyReport.write_report()
|
||||
if self.print_report.get_active ():
|
||||
self.doc.print_report()
|
||||
except Errors.ReportError, msg:
|
||||
(m1,m2) = msg.messages()
|
||||
ErrorDialog(m1,m2)
|
||||
|
Reference in New Issue
Block a user