Fixed dealloc of NSLayoutManager for layout managers which have not been -init

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12485 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-11 02:42:37 +00:00
parent 90f3074971
commit b6b6fdd813

View file

@ -1,3 +1,8 @@
Mon Feb 11 00:35:19 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSLayoutManager.m ([-dealloc]): Modified to work for
objects which have not been -init.
Sun Feb 10 23:53:51 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSSimpleLayoutManager.m