bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSWorkspace bug


From: Richard Frith-Macdonald
Subject: Re: NSWorkspace bug
Date: Wed, 2 Oct 2002 13:18:14 +0100

On Wednesday, October 2, 2002, at 12:34  pm, Enrico Sersale wrote:

this works only changing:

          else if (*appName != nil)
            {
              *type = NSPlainFileType;
            }
with:

          else if (*appName != nil && [extension length])
            {
              *type = NSPlainFileType;
            }

because there are around some app-wrappers that, in their
Info-gnustep.plist have something like this:

    {
      NSUnixExtensions = ( "" );
      NSIcon = "generic-text.tiff";
    }

so, all the directories are opened as plain files...


Thanks ... done that.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]