Changeset 781 for trunk/macosx/InfoWindowController.m
- Timestamp:
- Aug 15, 2006, 1:40:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r780 r781 80 80 [self setWindowForTab: identifier animate: NO]; 81 81 82 if ([[fPeerTable sortDescriptors] count] == 0) 83 [fPeerTable setSortDescriptors: [NSArray arrayWithObject: [[fPeerTable tableColumnWithIdentifier: @"IP"] 84 sortDescriptorPrototype]]]; 85 82 86 [self updateInfoForTorrents: [NSArray array]]; 83 87 } … … 500 504 [descriptors addObject: [oldDescriptors objectAtIndex: 0]]; 501 505 502 [descriptors addObject: [[[fPeerTable tableColumns] objectAtIndex: [fPeerTable columnWithIdentifier: @"IP"]] 503 sortDescriptorPrototype]]; 506 [descriptors addObject: [[fPeerTable tableColumnWithIdentifier: @"IP"] sortDescriptorPrototype]]; 504 507 505 508 return descriptors;
Note: See TracChangeset
for help on using the changeset viewer.