* src/plugins/GraphViz.py: use new style links for narrative web page
generator svn: r5939
This commit is contained in:
parent
810a80da51
commit
d445b84dac
@ -1,4 +1,6 @@
|
||||
2006-02-14 Don Allingham <don@gramps-project.org>
|
||||
* src/plugins/GraphViz.py: use new style links for narrative web page
|
||||
generator
|
||||
* src/DbPrompter.py: Try to give a more intelligent error message on an
|
||||
exception thrown in DbPrompter - don't give a traceback.
|
||||
* src/MediaView.py: clear out details and image if unselected
|
||||
|
@ -306,7 +306,8 @@ class GraphViz:
|
||||
label = label + '\\n(%s - %s)' % (birth, death)
|
||||
self.f.write('p%s [shape=box, ' % the_id)
|
||||
if self.includeurl:
|
||||
self.f.write('URL="%s.html", ' % the_id)
|
||||
h = person.get_handle()
|
||||
self.f.write('URL="ppl/%s/%s/%s.html", ' % (h[0],h[1],h))
|
||||
if self.colorize != 'outline':
|
||||
if self.colorize == 'filled':
|
||||
style = 'style=filled, fillcolor'
|
||||
|
Loading…
Reference in New Issue
Block a user