mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +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)
|
if (self)
|
||||||
{
|
{
|
||||||
fUseIncompleteFolder = [fDefaults boolForKey: @"UseIncompleteDownloadFolder"];
|
fUseIncompleteFolder = [fDefaults boolForKey: @"UseIncompleteDownloadFolder"];
|
||||||
fIncompleteFolder = [[fDefaults stringForKey: @"IncompleteDownloadFolder"] copy];
|
fIncompleteFolder = [[[fDefaults stringForKey: @"IncompleteDownloadFolder"] stringByExpandingTildeInPath] retain];
|
||||||
|
|
||||||
if (!fPublicTorrent)
|
if (!fPublicTorrent)
|
||||||
[self trashFile: path];
|
[self trashFile: path];
|
||||||
|
|
Loading…
Reference in a new issue