Fixed memory problem in the gmodel code

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9617 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-04-17 22:19:19 +00:00
parent 5c0c96e081
commit 515d897141

View file

@ -1,3 +1,15 @@
Wed Apr 18 00:14:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Model/IMConnectors.m: Use #import rather than #include.
([IMControlConnector -establishConnection]): Do not retain target
when setting it directly.
2001-04-18 Georg Fleischmann <georg@vhf.de>
* Model/IMConnectors.m ([IMOutletConnector
-establishConnection:]): Do not retain destination when setting it
directly.
2001-04-16 Adam Fedor <fedor@gnu.org>
* Source/NSWindow.m (-miniaturize:): Set visible flag to NO.