From 7bba2d02a1ed6ed5a5d0d9344904cbf6779a25cc Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 24 Dec 2006 16:35:36 +0000 Subject: [PATCH] more realistic default capacity size --- macosx/InfoWindowController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index b98ea9699..5b2d39e22 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -73,8 +73,8 @@ - (void) awakeFromNib { - fPeers = [[NSMutableArray alloc] initWithCapacity: 30]; - fFiles = [[NSMutableArray alloc] initWithCapacity: 6]; + fPeers = [[NSMutableArray alloc] initWithCapacity: 75]; + fFiles = [[NSMutableArray alloc] initWithCapacity: 15]; [fFileTable setDoubleAction: @selector(revealFile:)]; //window location and size