From b714a13056575ceed08a84cf1aece58b718c33d6 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 9 Jan 2007 15:25:07 +0000 Subject: [PATCH] typo --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 09fb5f4ba..3ff35a1a5 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -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])