mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Added ivar needed to handle correctly return values.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5426 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
14b72cfc87
commit
89dbeea092
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ enum {
|
|||
BOOL _delegateHasShowFilenameFilter;
|
||||
BOOL _delegateHasValidNameFilter;
|
||||
BOOL _selfHasShowExtensionFilter;
|
||||
|
||||
// YES when we stopped because the user pressed 'OK'
|
||||
BOOL _OKButtonPressed;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue