adjust r12688 and remove a log message

This commit is contained in:
Mitchell Livingston 2011-08-16 02:33:18 +00:00
parent 256ba78e88
commit a1eab5b3ff
1 changed files with 4 additions and 4 deletions

View File

@ -271,13 +271,13 @@
[fFileController reloadData];
if ([fTorrent isChecking])
{NSLog(@"start");
{
const BOOL waiting = [fTorrent isCheckingWaiting];
[fVerifyIndicator setIndeterminate: waiting];
if (!waiting)
if (waiting)
[fVerifyIndicator startAnimation: self];
else
[fVerifyIndicator setDoubleValue: [fTorrent checkingProgress]];
[fVerifyIndicator startAnimation: self];
}
else {
[fVerifyIndicator setIndeterminate: YES]; //we want to hide when stopped, which only applies when indeterminate