fix type-select with groups

This commit is contained in:
Mitchell Livingston 2008-02-19 05:27:15 +00:00
parent a28583b50b
commit d9f8018c49
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
- (NSString *) outlineView: (NSOutlineView *) outlineView typeSelectStringForTableColumn: (NSTableColumn *) tableColumn item: (id) item
{
return [item isKindOfClass: [Torrent class]] ? [item name]
: [[self preparedCellAtColumn: -1 row: [self rowForItem: item]] stringValue];
: [[self preparedCellAtColumn: [self columnWithIdentifier: @"Group"] row: [self rowForItem: item]] stringValue];
}
- (void) updateTrackingAreas