Changeset 921 for trunk/macosx/InfoWindowController.m
- Timestamp:
- Sep 25, 2006, 8:00:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r920 r921 41 41 //15 spacing at the bottom of each tab 42 42 #define TAB_INFO_HEIGHT 182.0 43 #define TAB_ACTIVITY_HEIGHT 230.044 #define TAB_PEERS_HEIGHT 2 55.043 #define TAB_ACTIVITY_HEIGHT 109.0 44 #define TAB_PEERS_HEIGHT 236.0 45 45 #define TAB_FILES_HEIGHT 255.0 46 46 #define TAB_OPTIONS_HEIGHT 83.0 … … 170 170 [fPeers removeAllObjects]; 171 171 [fPeerTable reloadData]; 172 [fPeerTableStatusField setStringValue: @"info not available"];173 172 } 174 173 else … … 352 351 353 352 [fPeerTable reloadData]; 354 [fPeerTableStatusField setStringValue: [NSString stringWithFormat: @"%d of %d connected", 355 [torrent totalPeers], [fPeers count]]]; 353 #warning use [fpeers count] 354 //[fPeerTableStatusField setStringValue: [NSString stringWithFormat: @"%d of %d connected", 355 // [torrent totalPeers], [fPeers count]]]; 356 356 } 357 357
Note: See TracChangeset
for help on using the changeset viewer.