mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
* Source/GSNibLoading.m: remove extraneous awakeFromNib call in
nibInstantiateWithOwner:topLevelObjects:. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27299 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
214c745d1c
commit
b10f360ccb
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-15 19:49-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibLoading.m: remove extraneous awakeFromNib call in
|
||||
nibInstantiateWithOwner:topLevelObjects:.
|
||||
|
||||
2008-12-15 18:37-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSNibLoading.h: Added methods to header
|
||||
|
|
|
@ -1616,10 +1616,10 @@ static BOOL _isInInterfaceBuilder = NO;
|
|||
}
|
||||
|
||||
// awaken the owner.
|
||||
if([owner respondsToSelector: @selector(awakeFromNib)])
|
||||
{
|
||||
[owner awakeFromNib];
|
||||
}
|
||||
// if([owner respondsToSelector: @selector(awakeFromNib)])
|
||||
// {
|
||||
// [owner awakeFromNib];
|
||||
// }
|
||||
|
||||
// bring visible windows to front...
|
||||
en = [_visibleWindows objectEnumerator];
|
||||
|
|
Loading…
Reference in a new issue