mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
expand incomplete folder path
This commit is contained in:
parent
23598215bc
commit
a463c12bde
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
if (self)
|
||||
{
|
||||
fUseIncompleteFolder = [fDefaults boolForKey: @"UseIncompleteDownloadFolder"];
|
||||
fIncompleteFolder = [[fDefaults stringForKey: @"IncompleteDownloadFolder"] copy];
|
||||
fIncompleteFolder = [[[fDefaults stringForKey: @"IncompleteDownloadFolder"] stringByExpandingTildeInPath] retain];
|
||||
|
||||
if (!fPublicTorrent)
|
||||
[self trashFile: path];
|
||||
|
|
Loading…
Reference in a new issue