Changeset 9402
- Timestamp:
- Oct 25, 2009, 4:31:28 PM (13 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r9352 r9402 1378 1378 [fDataLocationField setStringValue: location ? [location stringByAbbreviatingWithTildeInPath] : @""]; 1379 1379 [fDataLocationField setToolTip: location ? location : @""]; 1380 [fDataLocationField setSelectable: location != nil]; 1381 1382 [fRevealDataButton setHidden: !location]; 1380 1383 } 1381 1384 -
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.