diff -r c11abf387a7d -r d5b30d6373fc QTfrontend/NSWorkspace_RBAdditions.m --- a/QTfrontend/NSWorkspace_RBAdditions.m Sat Jul 31 10:52:43 2010 +0200 +++ b/QTfrontend/NSWorkspace_RBAdditions.m Sat Jul 31 11:24:53 2010 +0200 @@ -107,7 +107,7 @@ } NSString* cls = [(NSString*)IOObjectCopyClass(nextParent) autorelease]; if (![cls isEqualToString:@"IOPCIDevice"]) { - + // Uncomment the following line to have the device tree dumped to the console. // NSLog(@"=================================> %@:%@\n",cls,props); @@ -207,7 +207,7 @@ } } //Don't need this for disk images, gets around warnings for some deprecated functions - + /* else { // For a network volume, get the volume reference number and use to get the server URL. FSRef ref;