fix for change in pref name

This commit is contained in:
Mitchell Livingston 2007-04-25 03:17:06 +00:00
parent 9c4e9d1c5a
commit 1b9a631362
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
- (BOOL) alertForRemainingDiskSpace
{
if ([self allDownloaded] || ![fDefaults boolForKey: @"RemainingSpaceWarning"])
if ([self allDownloaded] || ![fDefaults boolForKey: @"WarningRemainingSpace"])
return YES;
NSString * volumeName = [[[NSFileManager defaultManager] componentsToDisplayForPath: [self downloadFolder]]