Check for connected peers, as well as better peer table resizing behavior.

This commit is contained in:
Mitchell Livingston
2006-08-15 00:59:44 +00:00
parent 20bcc5101b
commit 199bb19e14
7 changed files with 12 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
{
NSArray * fTorrents;
NSMutableArray * fPeers, * fFiles;
NSImage * fAppIcon;
NSImage * fAppIcon, * fCheckImage;
IBOutlet NSTabView * fTabView;