diff --git a/ChangeLog b/ChangeLog index d11dd4fa0..1913e01e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-08 Brian Matherly + * src/plugins/NarrativeWeb.py: Change the default directory so people don't + generate the report in their database directory. + 2007-05-07 Don Allingham * src/DataViews/_PersonView.py: * src/PageView.py: diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index 1a7b2b626..dbc7b63a1 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -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,