Chameleon Applications

Chameleon Applications Commit Details

Date:2011-12-07 04:04:42 (12 years 4 months ago)
Author:Rekursor
Commit:457
Parents: 456
Message:Filtered obviously non bootable disk
Changes:
M/trunk/ChameleonPrefPane/bin/OSX106/Chameleon.zip
M/trunk/ChameleonPrefPane/Sources/PartitionInfoElement.mm
M/trunk/ChameleonPrefPane/bin/version

File differences

trunk/ChameleonPrefPane/Sources/PartitionInfoElement.mm
8181
8282
8383
84
84
8585
8686
8787
return (
err==0
// && [self isBootable] don't hide non bootable disk for now to be in sync
&& [self isBootable]
// with chameleon as much as possible
&& ![[self devProtocol] isEqual:@"Virtual Interface"]
);
trunk/ChameleonPrefPane/bin/version
1
1
Revision: 455
Revision: 456

Archive Download the corresponding diff file

Revision: 457