mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:10:52 +00:00
* 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:
parent
eb4dc65d90
commit
2a781c1651
2 changed files with 5 additions and 0 deletions
|
@ -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:...):
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
[self class], _nibName);
|
||||
}
|
||||
}
|
||||
RETAIN(_topLevelObjects);
|
||||
RELEASE(nib);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue