mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
* Source/x11/XGServerEvent.m (_handleTakeFocusAtom:forContext:):
space before argument was added.
This commit is contained in:
parent
df32af71fc
commit
fa4549e522
1 changed files with 1 additions and 1 deletions
|
@ -1983,7 +1983,7 @@ posixFileDescriptor: (NSPosixFileDescriptor*)fileDescriptor
|
|||
state - it's time to unhide. There's no other method to
|
||||
tell us to unhide. */
|
||||
NSDebugLLog(@"Focus", @"WM take focus while hidden - unhiding.");
|
||||
[NSApp unhide:nil];
|
||||
[NSApp unhide: nil];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue