Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-11-14 18:41:46 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-11-14 18:41:46 (GMT)
commitb11f876c57c936d5eb350b63126c001b43f0a36c (patch)
tree1eda79bfdc0db4bae09f2ca5d680f63f617f5ee4 /webactivity.py
parentce9db8eeb1309594ddd8aa7b7e8e4f9bec3de07a (diff)
parent3160cb0779d30f807535f70e2dc915b1149f0e86 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activity
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 39f82d3..123e28d 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -71,7 +71,7 @@ class WebActivity(activity.Activity):
self._browser = Browser()
- temp_path = os.path.join(self.get_activity_root(), 'tmp')
+ temp_path = os.path.join(self.get_activity_root(), 'instance')
downloadmanager.init(self._browser, self, temp_path)
sessionhistory.init(self._browser)
progresslistener.init(self._browser)