On May 13, 2005, at 2:47 PM, Vicki Brown wrote:
I'd be satisfied if there was a file I could edit to say "PathFinder" instead
of Finder.
There's nothing in the code that specifically says to use Finder, so it seems like this is something PathFinder needs to resolve. They need to somehow make sure that they are called for [NSWorkspace selectFile:inFileViewerRootedAtPath:], either by making the system think it's the Finder (have you tried http://www.cocoatech.com/ faqs.php#replace to see if it makes a difference?), or using some sort of haxie to change that function's behavior. A system where every single application that uses generic system calls to show files needs to be rewritten to specifically support PathFinder doesn't really make sense.
-Stuart _______________________________________________ Camino mailing list [email protected] http://mozdev.org/mailman/listinfo/camino
