mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
typo
This commit is contained in:
parent
73565b2bc4
commit
b714a13056
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
|
||||
- (void) startTransfer
|
||||
{
|
||||
fWaitToStart = YES;
|
||||
fWaitToStart = NO;
|
||||
fFinishedSeeding = NO;
|
||||
|
||||
if (![self isActive] && [self alertForVolumeAvailable] && [self alertForRemainingDiskSpace])
|
||||
|
|
Loading…
Reference in a new issue