* Source/NSWorkspace.m: [NSWorkspace getInfoForFile:application:type:]

appName output parameter is set to nil if no application is found.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27143 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-11-27 06:24:01 +00:00
parent efd8695609
commit fc6e72192e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-11-27 01:27-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Source/NSWorkspace.m: [NSWorkspace getInfoForFile:application:type:]
appName output parameter is set to nil if no application is found.
2008-11-27 00:48-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Source/GSNibCompatibility.m: Minor correction to previous change.

View file

@ -1037,6 +1037,7 @@ inFileViewerRootedAtPath: (NSString*)rootFullpath
}
else
{
*appName = nil;
return NO;
}
}