Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
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()