mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Minor bugfix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4570 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
18b0e71f70
commit
517a3b6538
2 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
Mon Jul 12 5:40:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSOpenPanel.m: In ([-runModalForTypes:]) made change
|
||||
suggested by Pascal Bourguignon to pass legal arguments.
|
||||
|
||||
Sat Jul 10 14:55:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSapplication.m: In ([-init]) made changes suggested by
|
||||
Pascal Bourguignon to eneable effective sublassing of NSAppklication.
|
||||
Pascal Bourguignon to enable effective sublassing of NSAppklication.
|
||||
|
||||
1999-07-9 Michael Hanni <mhanni@sprintmail.com>
|
||||
|
||||
|
|
|
@ -181,7 +181,7 @@ static NSOpenPanel *gnustep_gui_open_panel = nil;
|
|||
- (int) runModalForTypes: (NSArray *)fileTypes
|
||||
{
|
||||
return [self runModalForDirectory: [self directory]
|
||||
file: nil
|
||||
file: @""
|
||||
types: fileTypes];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue