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')
-rwxr-xr-xwebactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 0cd68ed..880ea64 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -88,7 +88,7 @@ def download_started_cb(download_manager, download):
download.set_data('object-id', object_id)
cb_service.add_object_format(object_id,
download.get_mime_type(),
- download.get_file_name(),
+ 'file://' + download.get_file_name(),
on_disk = True)
def download_completed_cb(download_manager, download):