mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
([GSNibContainer -awakeWithContext:]): Don't release connections when enumerating them. Partial fix for bug #6354.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18102 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
862a3578ff
commit
2b788e590f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-11-22 15:07 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/GSNibTemplates.m ([GSNibContainer -awakeWithContext:]):
|
||||
Don't release connections when enumerating them; they're owned
|
||||
by the array. Partial fix for bug #6354.
|
||||
|
||||
2003-11-19 21:53 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSTextView.m (-sizeToFit): If we are horizontally resizable
|
||||
|
|
|
@ -122,8 +122,6 @@ static const int currentVersion = 1; // GSNibItem version number...
|
|||
val = [nameTable objectForKey: [connection destination]];
|
||||
[connection setDestination: val];
|
||||
[connection establishConnection];
|
||||
// release the connections, now that they have been established.
|
||||
RELEASE(connection);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue