Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorLucian Branescu Mihaila <lucian.branescu@gmail.com>2010-07-15 00:04:29 (GMT)
committer Lucian Branescu Mihaila <lucian.branescu@gmail.com>2010-07-15 00:04:29 (GMT)
commita0ceeef2b8220e8594d0f8833b9732ffbe0e084a (patch)
treebeef27434d54582b5f91a5ac5aa3f745507c0ee9 /webactivity.py
parent0f95a8af52f559e4700502b1001141fd3d95888a (diff)
Downloads start, but do not progress or complete. Mime type is hard-coded.
Diffstat (limited to 'webactivity.py')
-rw-r--r--webactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 715ce5b..420dd8b 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -173,7 +173,7 @@ class WebActivity(activity.Activity):
_logger.debug('Starting the web activity')
- self._tabbed_view = TabbedView()
+ self._tabbed_view = TabbedView(self)
_set_accept_languages()
_seed_xs_cookie()