mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +00:00
Fixed argument of the applicationShouldTerminate: message
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13783 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc95564430
commit
a6ea4b9df9
1 changed files with 1 additions and 1 deletions
|
@ -2262,7 +2262,7 @@ delegate.
|
|||
|
||||
if ([_delegate respondsToSelector: @selector(applicationShouldTerminate:)])
|
||||
{
|
||||
shouldTerminate = [_delegate applicationShouldTerminate: sender];
|
||||
shouldTerminate = [_delegate applicationShouldTerminate: self];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue