Index: trunk/ChameleonPrefPane/Sources/ShellProcess.cpp =================================================================== --- trunk/ChameleonPrefPane/Sources/ShellProcess.cpp (revision 108) +++ trunk/ChameleonPrefPane/Sources/ShellProcess.cpp (revision 109) @@ -160,7 +160,7 @@ // filter useless partitions: if (partInfo.clabel()[len-1] !='*' && - partInfo.clabel()!="EFI" && + partInfo.label()!="EFI" && partInfo.fsType()!="EFI" && partInfo.fsType()!="Apple_partition_scheme" && partInfo.fsType()!="Apple_partition_map" &&