From 0e520ef7d757da494c1018243f5b05d6a46712a7 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Thu, 17 May 2007 02:29:52 +0000 Subject: [PATCH] 0000806: default for narrative website should be protect living svn: r8482 --- gramps2/ChangeLog | 4 ++++ gramps2/src/plugins/NarrativeWeb.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 3d0e45ba0..579695109 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2007-05-16 Brian Matherly + * src/plugins/NarrativeWeb.py: 0000806: default for narrative website should + be protect living + 2007-05-15 Don Allingham * GrampsDb/gedcomexport.glade: remove gnome requirement * plugins/verify.glade: remove gnome requirement diff --git a/gramps2/src/plugins/NarrativeWeb.py b/gramps2/src/plugins/NarrativeWeb.py index 15cc5f4de..89c6c11de 100644 --- a/gramps2/src/plugins/NarrativeWeb.py +++ b/gramps2/src/plugins/NarrativeWeb.py @@ -2446,7 +2446,7 @@ class WebReportOptions(ReportOptions): 'NWEBgraphgens' : 4, 'NWEBod' : os.path.join(const.user_home,"NWEB"), 'NWEBcopyright' : 0, - 'NWEBrestrictinfo' : 0, + 'NWEBrestrictinfo' : 1, 'NWEBrestrictyears' : 30, 'NWEBincpriv' : 0, 'NWEBnonames' : 0,