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
src/plugins

@@ -5846,8 +5846,10 @@ class NavWebReport(Report):
if 0 < self.copyright <= len(_CC):
imgs += [CSS["Copyright"]["filename"]]
# include GRAMPS favicon
# we need the blank image gif neede by behaviour.css
# copy Gramps favorite icon #2
imgs += [CSS["favicon2"]["filename"]]
# we need the blank image gif needed by behaviour.css
# add the document.png file for media other than photos
imgs += CSS["All Images"]["images"]