mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
ensure correct object value is given to the table on Tiger
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user