Reverted previous change. Added comments in NSWindow.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23384 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2006-09-03 16:18:42 +00:00
parent a5a0ff01d8
commit 176822d74e
4 changed files with 105 additions and 17 deletions

View file

@ -177,7 +177,7 @@ static NSColor *titleColor[3];
different method here. */
[closeButton setAction: @selector(performClose:)];
[self addSubview: closeButton];
// RELEASE(closeButton); // FIXME... causes crash when closing.
RELEASE(closeButton);
}
if ([w styleMask] & NSMiniaturizableWindowMask)
{