diff --git a/ChangeLog b/ChangeLog index f7eade686..72318998c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-14 Riccardo Mottola + + * Source/NSWindow.m : removed c99-isms + 2010-04-13 Doug Simons * Headers/Additions/GNUstepGUI/GSToolbarView.h: diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 3adf48630..e79783a78 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -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