Chameleon Applications

Chameleon Applications Commit Details

Date:2011-11-19 20:02:22 (12 years 5 months ago)
Author:Rekursor
Commit:356
Parents: 355
Message:Can't select partitions columns anymore.
Changes:
M/trunk/ChameleonPrefPane/Sources/TableViewsController.mm

File differences

trunk/ChameleonPrefPane/Sources/TableViewsController.mm
132132
133133
134134
135
136
137
138
139
140
141
135142
136143
137144
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 ...

Archive Download the corresponding diff file

Revision: 356