Chameleon Applications

Chameleon Applications Commit Details

Date:2011-11-19 21:37:01 (12 years 4 months ago)
Author:Rekursor
Commit:359
Parents: 358
Message:more selection bug fixes
Changes:
M/trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.mm

File differences

trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.mm
291291
292292
293293
294
295
296
294
297295
298296
299297
PartitionInfoElement* p = [PartsInfoMgr partWithName:[NSString stringWithUTF8String:sCurrentDefaultPartition.c_str()] outIndex: &index];
if (p!=nil)
{
[[TableViewsController instance ]->mPartitionsTable selectRowIndexes:
[NSIndexSet indexSetWithIndex:index] byExtendingSelection:NO];
[TableViewsController instance ]->currentRowSel = index;
[[TableViewsController instance ]->mPartitionsTable selectRowIndexes: [NSIndexSet indexSetWithIndex:index] byExtendingSelection:NO];
}
}
}

Archive Download the corresponding diff file

Revision: 359