Bug 7363: file-not-found exception when generating narrative web

document.png is in images/ not images/webstuff/
This commit is contained in:
John Ralls 2014-01-07 10:30:15 -08:00
parent d49b0d2b00
commit 3b3a0338a3

View File

@ -168,7 +168,7 @@ def load_on_reg(dbstate, uistate, plugin):
# all other images for use in NarrativeWeb
['All Images', 0, 'All Images', None, None,
[path_img("blank.gif"),
path_img("document.png")], [] ],
os.path.join(IMAGE_DIR, "document.png")], [] ],
# Gramps Fav icon #2
["favicon2", 0, "FavIcon2",