lib/RTFNavigator.rb in taskjuggler-0.0.6 vs lib/RTFNavigator.rb in taskjuggler-0.0.7

- old
+ new

@@ -20,10 +20,11 @@ # navigation bar for all reports that match the specified LogicalExpression. # It currently only supports HTML. class RTFNavigator < RichTextFunctionHandler def initialize(project, sourceFileInfo = nil) - super(project, 'navigator', sourceFileInfo) + @project = project + super(project.messageHandler, 'navigator', sourceFileInfo) @blockFunction = true end # Not supported for this function def to_s(args)