mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:47:39 +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
|
@ -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…
Add table
Add a link
Reference in a new issue