* src/plugins/TimeLine.py: call doc.init routine to build header
svn: r2129
This commit is contained in:
parent
d9f81ee52d
commit
59009a2b25
@ -86,6 +86,7 @@ class TimeLine:
|
|||||||
if output:
|
if output:
|
||||||
self.standalone = 1
|
self.standalone = 1
|
||||||
self.d.open(output)
|
self.d.open(output)
|
||||||
|
self.d.init()
|
||||||
else:
|
else:
|
||||||
self.standalone = 0
|
self.standalone = 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user