Changeset 12923
- Timestamp:
- Sep 27, 2011, 1:37:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r12897 r12923 4191 4191 Torrent * torrent = [[Torrent alloc] initWithTorrentStruct: torrentStruct location: location lib: fLib]; 4192 4192 4193 //change the location if the group calls for it (this has to wait until after the torrent is created) 4194 if ([[GroupsController groups] usesCustomDownloadLocationForIndex: [torrent groupValue]]) 4195 { 4196 location = [[GroupsController groups] customDownloadLocationForIndex: [torrent groupValue]]; 4197 [torrent changeDownloadFolderBeforeUsing: location]; 4198 } 4199 4193 4200 [torrent update]; 4194 4201 [fTorrents addObject: torrent];
Note: See TracChangeset
for help on using the changeset viewer.