From e7e09ce1afb5f386acf818e15826bf7444ae6c1e Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 15 Oct 2008 11:31:49 +0000 Subject: Get downloads on multiple windows to work. Unfortunately it requires to keep our own window -> transfer mapping, since it's not provided by the mozilla API. (their download manager is a singleton) --- (limited to 'webactivity.py') diff --git a/webactivity.py b/webactivity.py index 34ab4c7..badc6f7 100644 --- a/webactivity.py +++ b/webactivity.py @@ -96,9 +96,6 @@ class WebActivity(activity.Activity): self._browser = Browser() - temp_path = os.path.join(self.get_activity_root(), 'instance') - downloadmanager.init(self._browser, self, temp_path) - toolbox = activity.ActivityToolbox(self) self._edit_toolbar = EditToolbar(self._browser) -- cgit v0.9.1