* src/docgen/LaTeXDoc.py: Do not register as a book format (have to

support both text and graphics).
* src/plugins/AncestorChart.py:  Minor code cleanup.
* src/plugins/BookReport.py: Add context menus to the dialog.
* src/FamilyView.py: Properly refer to gtk stock items.
* src/gramps_main.py: Likewise.


svn: r2056
This commit is contained in:
Alex Roitman
2003-08-29 03:08:02 +00:00
parent 5b3b783049
commit 18454e96b5
6 changed files with 100 additions and 40 deletions

View File

@ -135,7 +135,6 @@ class AncestorChart:
generation = generation + 3
if self.standalone:
self.doc.close()
#self.doc.close()
def calc(self):
"""
@ -248,7 +247,7 @@ class AncestorChartDialog(Report.DrawReportDialog):
def get_stylesheet_savefile(self):
"""Where to save user defined styles for this report."""
return "ancestor_chart.xml"
return _style_file
def get_report_generations(self):
"""Default to 10 generations, no page breaks."""