Changeset 2263
- Timestamp:
- Jul 1, 2007, 5:24:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r2262 r2263 162 162 fLib = tr_init("macosx"); 163 163 164 fTorrents = [[ [NSMutableArray alloc] init] retain];165 fDisplayedTorrents = [[ [NSMutableArray alloc] init] retain];164 fTorrents = [[NSMutableArray alloc] init]; 165 fDisplayedTorrents = [[NSMutableArray alloc] init]; 166 166 fPendingTorrentDownloads = [[NSMutableDictionary alloc] init]; 167 167
Note: See TracChangeset
for help on using the changeset viewer.