mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Workspace improvements
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4350 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
192d75fa42
commit
6e9450447c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Thu Jun 3 9:35:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSWorkspace.m: Updated app launching code to supply info
|
||||
to open files if necessary.
|
||||
Fixed bug in getting name of icons for file.
|
||||
|
||||
Wed Jun 2 22:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSButtonCell.m: ([sendAction:to:]) should work with nil target.
|
||||
|
|
|
@ -184,7 +184,7 @@ extIconForApp(NSWorkspace *ws, NSString *appName, NSDictionary *typeInfo)
|
|||
NSString *path;
|
||||
|
||||
path = [ws fullPathForApplication: appName];
|
||||
file = [path stringByAppendingString: file];
|
||||
file = [path stringByAppendingPathComponent: file];
|
||||
}
|
||||
if ([[NSFileManager defaultManager] isReadableFileAtPath: file] == YES)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue