NSWindow now asks the document if it should close the window.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17509 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-08-20 14:13:38 +00:00
parent 98da20e7b6
commit a2db10956e

View file

@ -1,3 +1,9 @@
2003-08-20 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSWindow.m
In [performClose:] call the method [shouldCloseWindowController:]
on the document instead of [windowShouldClose:]
2003-08-20 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSMenuView.m