|
@ -130,8 +130,6 @@ class DownloadTransfer : Object { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private void cleanup_success() { |
|
|
private void cleanup_success() { |
|
|
|
|
|
|
|
|
var failed = false; |
|
|
|
|
|
try { |
|
|
try { |
|
|
var dest = File.new_for_path(this.destination); |
|
|
var dest = File.new_for_path(this.destination); |
|
|
this.file.move(dest, FileCopyFlags.OVERWRITE); |
|
|
this.file.move(dest, FileCopyFlags.OVERWRITE); |
|
|