Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/downloadmanager.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-17 00:34:47 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-17 00:34:47 (GMT)
commit625e179b9d340ca4607718434689391f32fa9129 (patch)
treeb6a25bbdf380982cc6468ffa2f97c78a5bf24db0 /downloadmanager.py
parent90990c178837d2d31f63df8a9209f49b03cc8ed3 (diff)
Remove our custom dnd hacks. We are using XdndDirectSave now for the clipboard.
Diffstat (limited to 'downloadmanager.py')
-rw-r--r--downloadmanager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/downloadmanager.py b/downloadmanager.py
index 3ffe4d0..20f0d62 100644
--- a/downloadmanager.py
+++ b/downloadmanager.py
@@ -66,6 +66,7 @@ class DownloadManager:
os.makedirs(_temp_path)
file_path = os.path.join(_temp_path, default_file)
+ print file_path
dest_file.initWithPath(file_path)
return dest_file