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, 2 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index 865cbb6..bf20265 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -200,6 +200,8 @@ class WebActivity(activity.Activity):
_logger.debug('Starting the web activity')
+ downloadmanager.remove_old_parts()
+
self._force_close = False
self._tabbed_view = TabbedView()