2003-07-28 Tim Waugh <twaugh@redhat.com>
* src/plugins/GraphViz.py: Adapt. svn: r1937
This commit is contained in:
parent
3cdc0261ef
commit
22dbff7ea0
@ -1,4 +1,5 @@
|
|||||||
2003-07-28 Tim Waugh <twaugh@redhat.com>
|
2003-07-28 Tim Waugh <twaugh@redhat.com>
|
||||||
|
* src/plugins/GraphViz.py: Adapt.
|
||||||
* src/Report.py, src/TextDoc.py, src/DrawDoc.py: More support for
|
* src/Report.py, src/TextDoc.py, src/DrawDoc.py: More support for
|
||||||
making printable output formats.
|
making printable output formats.
|
||||||
* src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py: Make these
|
* src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py: Make these
|
||||||
|
@ -292,7 +292,7 @@ class GraphVizDialog(Report.ReportDialog):
|
|||||||
if self.print_report.get_active ():
|
if self.print_report.get_active ():
|
||||||
os.environ["DOT"] = self.target_path
|
os.environ["DOT"] = self.target_path
|
||||||
os.system ('dot -Tps "$DOT" | %s &' %
|
os.system ('dot -Tps "$DOT" | %s &' %
|
||||||
self.get_print_dialog_app ())
|
Report.get_print_dialog_app ())
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user