#4904 NORM Never A: Browse doesn't pass downloads correctly to the DS
Zarro Boogs per Child
bugtracker at laptop.org
Wed Nov 14 04:42:21 EST 2007
#4904: Browse doesn't pass downloads correctly to the DS
------------------------------+---------------------------------------------
Reporter: tomeu | Owner: ApprovalForUpdate
Type: defect | Status: new
Priority: normal | Milestone: Never Assigned
Component: browse-activity | Version:
Resolution: | Keywords: update.1?
Verified: 0 |
------------------------------+---------------------------------------------
Changes (by tomeu):
* cc: tomeu (added)
* owner: tomeu => ApprovalForUpdate
Comment:
This should fix it:
{{{
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)
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/4904#comment:1>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list