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.



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to