Previous fix for bug#4696 broke NarrativeWeb. I now have a fix that solves both of them now. The missing images and icon are now there.

svn: r16779
This commit is contained in:
Rob G. Healey
2011-03-07 22:34:38 +00:00
parent f6b9e2884d
commit 91ca1981ac
3 changed files with 12 additions and 10 deletions

View File

@@ -347,10 +347,10 @@ class WebCalReport(Report):
# copy copyright image
# the proper way would be to call "filename", but it is NOT working...
if 0 < self.copy <= len(_CC):
imgs += CSS["Copyright"]["images"]
imgs += [CSS["Copyright"]["filename"]]
# copy Gramps favicon #2
imgs += CSS["favicon2"]["images"]
imgs += [CSS["favicon2"]["filename"]]
for from_path in imgs:
fdir, fname = os.path.split(from_path)