From 97f80914679db44a534d55dc420d73bbd2c93917 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Mon, 14 Dec 2009 06:15:59 +0000 Subject: [PATCH] Fix bug report #3276. Link to temp.png should be document.png. Thanks jerome for finding it. svn: r13792 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 6e69168ed..51c8c32ee 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -2707,7 +2707,7 @@ class MediaPage(BasePage): ) else: dirname = tempfile.mkdtemp() - thmb_path = os.path.join(dirname, "temp.png") + thmb_path = os.path.join(dirname, "document.png") if ThumbNails.run_thumbnailer(mime_type, Utils.media_path_full(db, media.get_path()), thmb_path, 320):