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