Index: trunk/ChameleonPrefPane/Sources/TableViewsController.mm =================================================================== --- trunk/ChameleonPrefPane/Sources/TableViewsController.mm (revision 355) +++ trunk/ChameleonPrefPane/Sources/TableViewsController.mm (revision 356) @@ -132,6 +132,13 @@ return ret; } +- (BOOL)tableView:(NSTableView *)tableView shouldSelectTableColumn:(NSInteger)col +{ + if (tableView!= mPartitionsTable) + return [self tableView:tableView shouldSelectTableColumn: col]; + return NO; +} + //-------------------------------------------------------------------------- #if 0 // TODO: rows of hidden parts should look disable ...