* src/plugins/NarrativeWeb.py: fix 0000595: Narrative web site, save to tar.gz format causes cash

svn: r7755
This commit is contained in:
Brian Matherly 2006-12-03 21:10:51 +00:00
parent 24e134b03c
commit bdaf7ab014
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-03 Brian Matherly <brian@gramps-project.org>
* src/plugins/NarrativeWeb.py: fix 0000595: Narrative web site, save to
tar.gz format causes cash
2006-12-02 Don Allingham <don@gramps-project.org>
* src/DataViews/_RelationView.py: disable buttons when person is inactive
* src/plugins/Check.py: remove duplicate children in a family

View File

@ -906,7 +906,7 @@ class MediaPage(BasePage):
try:
if self.archive:
self.archive.add(photo.get_path(),newpath)
self.archive.add(photo.get_path(),str(newpath))
else:
to_dir = os.path.join(self.html_dir,to_dir)
if not os.path.isdir(to_dir):