From f795cc346bae8a6985e2b1735949c37f16f368f5 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 27 Apr 2007 10:03:30 +0000 Subject: File paths should be uris in the clipboard. --- (limited to 'webactivity.py') 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): -- cgit v0.9.1