speed up check for enough remaining space by first determining if there is enough space to download what's needed ignoring preallocation

This commit is contained in:
Mitchell Livingston
2008-03-18 03:20:27 +00:00
parent ec34995cff
commit 4f7742d422
2 changed files with 43 additions and 41 deletions

View File

@@ -821,9 +821,7 @@
{
BOOL ratio = [fDefaults boolForKey: @"DisplayGroupRowRatio"];
NSTableColumn * dlTableColumn = [self tableColumnWithIdentifier: @"DL"];
[dlTableColumn setHidden: ratio];
[[self tableColumnWithIdentifier: @"DL"] setHidden: ratio];
[[self tableColumnWithIdentifier: @"DL Image"] setHidden: ratio];
//change size of image column