Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-11-02 15:05:20 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-11-03 01:38:44 (GMT)
commit399c51f34dda3be0936da65bafcf45a49a45feaf (patch)
tree1836a10ce2a8142c7e55701383409c1125fd24ff
parentf6a750494193de293a728b4fe22f9cab4112ffe7 (diff)
Skipping downloadmanager so the activity can close
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--webactivity.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index f03ed92..433648b 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -578,6 +578,9 @@ class WebActivity(activity.Activity):
return buf
def can_close(self):
+ # FIXME temporarily skipping downloadmanager so the activity
+ # can close
+ return True
if self._force_close:
return True
elif downloadmanager.can_quit():