* src/plugins/NarrativeWeb.py: fix 0000595: Narrative web site, save to tar.gz format causes cash
svn: r7755
This commit is contained in:
parent
24e134b03c
commit
bdaf7ab014
@ -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
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user