* src/plugins/NarrativeWeb.py: fix 0000595: Narrative web site, save to tar.gz format causes cash
svn: r7755
This commit is contained in:
parent
150b9e80b4
commit
489d314db9
@ -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>
|
2006-12-02 Don Allingham <don@gramps-project.org>
|
||||||
* src/DataViews/_RelationView.py: disable buttons when person is inactive
|
* src/DataViews/_RelationView.py: disable buttons when person is inactive
|
||||||
* src/plugins/Check.py: remove duplicate children in a family
|
* src/plugins/Check.py: remove duplicate children in a family
|
||||||
|
@ -906,7 +906,7 @@ class MediaPage(BasePage):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
if self.archive:
|
if self.archive:
|
||||||
self.archive.add(photo.get_path(),newpath)
|
self.archive.add(photo.get_path(),str(newpath))
|
||||||
else:
|
else:
|
||||||
to_dir = os.path.join(self.html_dir,to_dir)
|
to_dir = os.path.join(self.html_dir,to_dir)
|
||||||
if not os.path.isdir(to_dir):
|
if not os.path.isdir(to_dir):
|
||||||
|
Loading…
Reference in New Issue
Block a user