1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 21:54:09 +00:00

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

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]]