removed c99-ism

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30144 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-04-13 22:54:33 +00:00
parent fe66919f5b
commit 2a52aa187c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-04-14 Riccardo Mottola <rmottola@users.sf.net>
* Source/NSWindow.m : removed c99-isms
2010-04-13 Doug Simons <doug.simons@testplant.com>
* Headers/Additions/GNUstepGUI/GSToolbarView.h:

View file

@ -2666,8 +2666,8 @@ resetCursorRectsForView(NSView *theView)
{
if (_f.has_closed == NO)
{
_f.has_closed = YES;
CREATE_AUTORELEASE_POOL(pool);
_f.has_closed = YES;
/* The NSWindowCloseNotification might result in us being
deallocated. To make sure self stays valid as long as is