From 5951118ddb4e36d8663a586000ab7b3c5cd71294 Mon Sep 17 00:00:00 2001 From: Tim G L Lyons Date: Wed, 24 Oct 2012 17:28:50 +0000 Subject: [PATCH] 0006078: Narrweb has thumbnail link to missing thumbnails.html svn: r20591 --- gramps/plugins/webreport/narrativeweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index cb6e84e58..33efba441 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -1665,7 +1665,7 @@ class BasePage(object): ('sources', _("Sources"), True), ('repositories', _("Repositories"), inc_repos), ('media', _("Media"), _create_media_link), - ('thumbnails', _("Thumbnails"), True), + ('thumbnails', _("Thumbnails"), self.create_media), ('download', _("Download"), self.report.inc_download), ("addressbook", _("Address Book"), self.report.inc_addressbook), ('contact', _("Contact"), self.report.use_contact)