back/win32: revert r31206

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@31324 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Eric Wasylishen 2010-09-10 22:45:12 +00:00
parent d41e797bfd
commit 1c986457b5
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-09-10 Eric Wasylishen <ewasylishen@gmail.com>
* Source/win32/w32_activate.m: Revert the change to call
-[NSApp deactivate].. more investigation needed
2010-08-30 Eric Wasylishen <ewasylishen@gmail.com>
* Source/win32/WIN32Server.m: Only show taskbar buttons for windows

View file

@ -91,8 +91,11 @@
break;
case FALSE:
{
[NSApp deactivate];
flags._eventHandled = YES;
// FIXME: We should deactivate the application, however the following
// causes problems. See "Re: Problem with recent change to w32_activate.m
// -- PLEASE REVERT" for details.
// [NSApp deactivate];
// flags._eventHandled = YES;
}
break;