Changeset 363
- Timestamp:
- Jun 15, 2006, 2:46:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r362 r363 45 45 - (id) initWithPath: (NSString *) path lib: (tr_handle_t *) lib 46 46 { 47 fDefaults = [NSUserDefaults standardUserDefaults]; 48 47 49 fPrivateTorrent = [fDefaults boolForKey: @"SavePrivateTorrent"]; 48 50 fPublicTorrent = !fPrivateTorrent || ![fDefaults boolForKey: @"DeleteOriginalTorrent"]; … … 67 69 - (id) initWithHistory: (NSDictionary *) history lib: (tr_handle_t *) lib 68 70 { 71 fDefaults = [NSUserDefaults standardUserDefaults]; 72 69 73 id torrent; 70 74 NSNumber * privateCopy, * publicCopy; … … 556 560 557 561 fLib = lib; 558 fDefaults = [NSUserDefaults standardUserDefaults];559 562 560 563 int error; … … 577 580 578 581 fLib = lib; 579 fDefaults = [NSUserDefaults standardUserDefaults];580 582 581 583 int error;
Note: See TracChangeset
for help on using the changeset viewer.