* Source/NSViewController.m (-loadView): Retain the topLevelObjects.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-04-18 22:12:08 +00:00
parent eb4dc65d90
commit 2a781c1651
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-04-19 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSViewController.m (-loadView): Retain the topLevelObjects.
2011-04-18 Eric Wasylishen <ewasylishen@gmail.com>
* Source/NSMenuView.m (-setWindowFrameForAttachingToRect:...):

View file

@ -119,6 +119,7 @@
[self class], _nibName);
}
}
RETAIN(_topLevelObjects);
RELEASE(nib);
}