From f472ad829c3ac4a836f9606e622b0d25759f8c0d Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Fri, 15 Jul 2011 17:14:02 +0000 Subject: Remove unfinished downloads When Browse starts removes all files in the instance directory that where not modified in a long time(1 day). Since there is no way to pause a download and continue later, this files are failed downloads that should be eliminated. this is the ''cache'' case of an already fixed issue, by Jose Prous joseprous@gmail.com --- (limited to 'webactivity.py') 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() -- cgit v0.9.1