[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: NSWorkspace -fullPathForApplication: broken [patch]
From:
Richard Frith-Macdonald
Subject:
Re: NSWorkspace -fullPathForApplication: broken [patch]
Date:
2002年6月17日 08:39:54 +0100
On Sunday, June 16, 2002, at 07:05 PM, Jeff Teunissen wrote:
Jeff Teunissen wrote:
Attached is a patch which fixes -fullPathForApplication: so that it is
able to find applications both with and without the extension. As an
additional benefit, it is now also able to find apps with a .debug or a
.profile extension (and be able to contact them), just like OPENSTEP
does.
With this patch applied, gopen is able to work in both of the above
cases.
Okay, so I lied. It segfaulted when you actually gave an extension, as
should have been obvious.
Ignore the last one, this one is correct.
Thanks, I applied your patch.