From 3b3a0338a31489943e484e59625544a605b96d74 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 7 Jan 2014 10:30:15 -0800 Subject: [PATCH] Bug 7363: file-not-found exception when generating narrative web document.png is in images/ not images/webstuff/ --- gramps/plugins/webstuff/webstuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webstuff/webstuff.py b/gramps/plugins/webstuff/webstuff.py index 12741be46..1c852704d 100644 --- a/gramps/plugins/webstuff/webstuff.py +++ b/gramps/plugins/webstuff/webstuff.py @@ -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",