* src/plugins/AncestorChart.py (AncestorChart.__init__): Call calc()

after self.standalone is defined.


svn: r2122
This commit is contained in:
Alex Roitman
2003-09-13 17:16:19 +00:00
parent ce13ddf5be
commit 9c868b08b5
2 changed files with 5 additions and 1 deletions

View File

@ -80,12 +80,12 @@ class AncestorChart:
self.lines = 0
self.display = display
self.newpage = newpage
self.calc()
if output:
self.standalone = 1
self.doc.open(output)
else:
self.standalone = 0
self.calc()
def filter(self,person,index):
"""traverse the ancestors recursively until either the end