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 4ce0bd7242
commit 022508637d
7 changed files with 28 additions and 9 deletions

View File

@ -124,9 +124,8 @@ class PSDrawDoc(DrawDoc.DrawDoc):
self.f.write('%d\n' % self.page)
self.f.write('%%EOF\n')
self.f.close()
def print_report(self):
return run_print_dialog (self.filename)
if self.print_req:
run_print_dialog (self.filename)
def start_paragraph(self,style_name):
pass