Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolbar.py')
-rw-r--r--toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbar.py b/toolbar.py
index e59d058..955b54f 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -80,7 +80,7 @@ class WriteActivityToolbarExtension:
fileObject.metadata['fulltext'] = self._abiword_canvas.get_content(extension_or_mimetype=".txt")[:3000]
# write out the document contents in the requested format
- fileObject.file_path = os.path.join(self._activity.get_activity_root(), 'data', '%i' % time.time())
+ fileObject.file_path = os.path.join(self._activity.get_activity_root(), 'instance', '%i' % time.time())
self._abiword_canvas.save('file://' + fileObject.file_path, mimetype, exp_props)
# store the journal item