mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 10:31:55 +00:00
Corrected deferredWindows method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26475 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9fec7e65e1
commit
79e8f4f0fd
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-04-25 18:16-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibTemplates.m: Correct [GSNibTemplates deferredWindows] to
|
||||
properly return the deferredWindows ivar.
|
||||
|
||||
2008-04-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSOpenGLView.m (-openGLContext): Fix memory leak
|
||||
|
|
|
@ -500,7 +500,7 @@ static NSString *GSInternalNibItemAddedNotification = @"_GSInternalNibItemAddedN
|
|||
|
||||
- (NSMutableArray*) deferredWindows
|
||||
{
|
||||
return visibleWindows;
|
||||
return deferredWindows;
|
||||
}
|
||||
|
||||
- (NSMutableDictionary *) customClasses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue