Changeset 9402 for trunk/macosx/Torrent.m
- Timestamp:
- Oct 25, 2009, 4:31:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r9401 r9402 512 512 "Torrent disk space alert -> button")]; 513 513 514 NSInteger result = [alert runModal];514 const NSInteger result = [alert runModal]; 515 515 if ([[alert suppressionButton] state] == NSOnState) 516 516 [fDefaults setBool: NO forKey: @"WarningRemainingSpace"]; … … 670 670 } 671 671 672 #warning returning nil causes the info field to not change - check all uses of data location673 672 - (NSString *) dataLocation 674 673 {
Note: See TracChangeset
for help on using the changeset viewer.