0000806: default for narrative website should be protect living

svn: r8482
This commit is contained in:
Brian Matherly 2007-05-17 02:29:52 +00:00
parent 84d32b7c4b
commit 0e520ef7d7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-05-16 Brian Matherly <brian@gramps-project.org>
* src/plugins/NarrativeWeb.py: 0000806: default for narrative website should
be protect living
2007-05-15 Don Allingham <don@gramps-project.org>
* GrampsDb/gedcomexport.glade: remove gnome requirement
* plugins/verify.glade: remove gnome requirement

View File

@ -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,