mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:40:38 +00:00
Reset the allowsOtherFileTypes NSSavePanel attribute to its default
when a fresh save panel is requested. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29154 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc783c92d6
commit
ddb6ca07c4
2 changed files with 7 additions and 0 deletions
|
@ -413,6 +413,7 @@ setPath(NSBrowser *browser, NSString *path)
|
|||
[self setPrompt: @"Name:"];
|
||||
[self setTitle: @"Save"];
|
||||
[self setAllowedFileTypes: nil];
|
||||
[self setAllowsOtherFileTypes: NO];
|
||||
[self setTreatsFilePackagesAsDirectories: NO];
|
||||
[self setDelegate: nil];
|
||||
[self setAccessoryView: nil];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue