mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
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:
parent
d41e797bfd
commit
1c986457b5
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue