3870: [NarWeb] Reference name to Source incorrectly displayed as "unknown"

svn: r15888
This commit is contained in:
Benny Malengier 2010-09-13 09:36:31 +00:00
parent d6ca13254c
commit 94649604f6

View File

@ -3490,6 +3490,7 @@ class SourcePage(BasePage):
return
BasePage.__init__(self, report, title, source.gramps_id)
self.page_title = source.get_title()
inc_repos = self.report.options["inc_repository"]
of = self.report.create_file(source.get_handle(), "src")