From 625e179b9d340ca4607718434689391f32fa9129 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 17 Sep 2007 00:34:47 +0000 Subject: Remove our custom dnd hacks. We are using XdndDirectSave now for the clipboard. --- (limited to 'downloadmanager.py') 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 -- cgit v0.9.1