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

@@ -979,6 +979,10 @@ class TextDoc:
self.cell_styles = {}
self.name = ""
self.photo_list = []
self.print_req = 0
def print_requested (self):
self.print_req = 1
def set_owner(self,owner):
"""
@@ -1056,9 +1060,6 @@ class TextDoc:
"Closes the document"
pass
def print_report(self):
pass
def line_break(self):
"Forces a line break within a paragraph"
pass