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:
Tim Waugh
2003-08-05 17:01:47 +00:00
parent b563b8ea77
commit a5ee260def
7 changed files with 28 additions and 9 deletions

View File

@@ -1274,6 +1274,8 @@ class TextReportDialog(ReportDialog):
"""Create a document of the type requested by the user."""
self.doc = self.format(self.selected_style,self.paper,
self.template_name,self.orien)
if self.print_report.get_active ():
self.doc.print_requested ()
#------------------------------------------------------------------------
#