Change the default directory for the narrative web report so people don't generate the report in their database directory.

svn: r8448
This commit is contained in:
Brian Matherly 2007-05-09 03:34:30 +00:00
parent b884474407
commit 92b3f4da04
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-05-08 Brian Matherly <brian@gramps-project.org>
* src/plugins/NarrativeWeb.py: Change the default directory so people don't
generate the report in their database directory.
2007-05-07 Don Allingham <don@gramps-project.org>
* src/DataViews/_PersonView.py:
* src/PageView.py:

View File

@ -2453,7 +2453,7 @@ class WebReportOptions(ReportOptions):
'NWEBarchive' : 0,
'NWEBgraph' : 1,
'NWEBgraphgens' : 4,
'NWEBod' : './',
'NWEBod' : os.path.join(const.user_home,"NWEB"),
'NWEBcopyright' : 0,
'NWEBrestrictinfo' : 0,
'NWEBrestrictyears' : 30,