small error found and fixed.
svn: r17079
This commit is contained in:
parent
19f254e3a1
commit
b5b20b7f7d
@ -700,7 +700,7 @@ class AncestorTree(Report):
|
||||
#make the tree onto the canvas
|
||||
inlc_marr = self.connect.get_val("inc_marr")
|
||||
self.max_generations = self.connect.get_val('maxgen')
|
||||
fillout = self.connect.get_val('fillout')
|
||||
fillout = self.connect.get_val('fill_out')
|
||||
tree = MakeAncestorTree(database, self.canvas, self.max_generations,
|
||||
inlc_marr, fillout)
|
||||
tree.start(self.connect.get_val('pid'))
|
||||
|
Loading…
Reference in New Issue
Block a user