ne more correction, this time it is really main not key that gets set.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25672 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2007-12-03 19:15:33 +00:00
parent 68684a5331
commit c970b157e4

View file

@ -1016,9 +1016,9 @@ static NSSize scaledIconSizeForSize(NSSize imageSize)
{
NSWindow *win = [windows_list objectAtIndex: i];
if ([win canBecomeKeyWindow])
if ([win canBecomeMainWindow])
{
_key_window = win;
_main_window = win;
break;
}
}