0002118: No URLs in pdf/dot version of the relationship graph report, revised

svn: r10644
This commit is contained in:
Doug Blank 2008-04-27 12:07:47 +00:00
parent 369f009af6
commit c1ce688e9c

View File

@ -252,7 +252,7 @@ class RelGraphReport(Report):
elif self.colorize == 'filled':
fill = self.colors['family']
style = "filled"
self.doc.add_node(fam_id,label,"ellipse",color,style,fill,url)
self.doc.add_node(fam_id,label,"ellipse",color,style,fill)
# Link this person to all his/her families.
self.doc.add_link( fam_id, p_id, "",
self.arrowheadstyle, self.arrowtailstyle )