mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
* 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:
parent
efd8695609
commit
fc6e72192e
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -1037,6 +1037,7 @@ inFileViewerRootedAtPath: (NSString*)rootFullpath
|
|||
}
|
||||
else
|
||||
{
|
||||
*appName = nil;
|
||||
return NO;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue