Changeset 13334 for trunk/macosx/AddWindowController.m
- Timestamp:
- Jun 3, 2012, 11:29:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/AddWindowController.m
r13327 r13334 66 66 fController = controller; 67 67 68 fTorrentFile = [[ NSURL alloc] initFileURLWithPath: [torrentFile stringByExpandingTildeInPath]];68 fTorrentFile = [[torrentFile stringByExpandingTildeInPath] retain]; 69 69 70 70 fDeleteTorrentInitial = deleteTorrent;
Note: See TracChangeset
for help on using the changeset viewer.