Changeset 6844 for trunk/macosx/Controller.m
- Timestamp:
- Oct 3, 2008, 11:21:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r6826 r6844 4298 4298 Torrent * torrent = [[Torrent alloc] initWithTorrentStruct: torrentStruct location: location lib: fLib]; 4299 4299 4300 [torrent setWaitToStart: [fDefaults boolForKey: @"AutoStartDownload"]];4301 4302 4300 [torrent update]; 4303 4301 [fTorrents addObject: torrent];
Note: See TracChangeset
for help on using the changeset viewer.