From b11f876c57c936d5eb350b63126c001b43f0a36c Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 14 Nov 2007 18:41:46 +0000 Subject: Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activity --- (limited to 'webactivity.py') 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) -- cgit v0.9.1