Changeset 1276 for trunk/macosx/InfoWindowController.m
- Timestamp:
- Dec 24, 2006, 4:35:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r1256 r1276 74 74 - (void) awakeFromNib 75 75 { 76 fPeers = [[NSMutableArray alloc] initWithCapacity: 30];77 fFiles = [[NSMutableArray alloc] initWithCapacity: 6];76 fPeers = [[NSMutableArray alloc] initWithCapacity: 75]; 77 fFiles = [[NSMutableArray alloc] initWithCapacity: 15]; 78 78 [fFileTable setDoubleAction: @selector(revealFile:)]; 79 79
Note: See TracChangeset
for help on using the changeset viewer.