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 420dd8b..a4c07f4 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -536,7 +536,7 @@ class WebActivity(activity.Activity):
elif response_id == gtk.RESPONSE_OK:
logging.debug('Stop downloads and quit')
downloadmanager.remove_all_downloads()
- self.close(force=True)
+ self.close()
def get_document_path(self, async_cb, async_err_cb):
browser = self._tabbed_view.props.current_browser