mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
ensure correct object value is given to the table on Tiger
This commit is contained in:
parent
a676675468
commit
8896efb400
1 changed files with 1 additions and 1 deletions
|
@ -2476,7 +2476,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
|
||||
- (id) outlineView: (NSOutlineView *) outlineView objectValueForTableColumn: (NSTableColumn *) tableColumn byItem: (id) item
|
||||
{
|
||||
if (tableColumn)
|
||||
if (![item isKindOfClass: [Torrent class]])
|
||||
{
|
||||
NSString * ident = [tableColumn identifier];
|
||||
if ([ident isEqualToString: @"Group"])
|
||||
|
|
Loading…
Reference in a new issue