Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-04-27 10:03:30 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-04-27 10:03:30 (GMT)
commitf795cc346bae8a6985e2b1735949c37f16f368f5 (patch)
tree3718eb118f4961cd3a05ad88cfae060fd5e585ce /webactivity.py
parentcf76af0447172c44d55ae19d0c5eebe95b2b3aab (diff)
File paths should be uris in the clipboard.
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):