retain/release bugfix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3295 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-11-22 16:15:11 +00:00
parent f18ffed561
commit 32a7f1bece

View file

@ -1,3 +1,10 @@
Sun Nov 22 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* NSClipView.m: ([-setDocumentView:]) Ignore attempt to assign a
view that is already the document view - could previously result
in the current document view being deallocated before it was
put back in place - thus crashing the app.
1998-11-22 03:44 Lyndon Tremblay <tremblay2@home.com>
* GMAppKit.m: [-_unconditionallyResetNeedsDisplayInAllViews]