mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Corrected typo in last change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@18279 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ba87ef0d7d
commit
9c4a1e3adc
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-12-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/win32/WIN32Server.m (initWithAttributes:): Adjusted
|
||||
spelling of useWMTaskBar to header, to get it compile.
|
||||
|
||||
2003-12-26 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Focus fixes.
|
||||
|
|
|
@ -118,11 +118,11 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
|
|||
[self setupRunLoopInputSourcesForMode: NSModalPanelRunLoopMode];
|
||||
[self setupRunLoopInputSourcesForMode: NSEventTrackingRunLoopMode];
|
||||
|
||||
flags.useWMTaskbar = YES;
|
||||
flags.useWMTaskBar = YES;
|
||||
if ([defs stringForKey: @"GSUseWMTaskbar"] != nil
|
||||
&& [defs boolForKey: @"GSUseWMTaskbar"] == NO)
|
||||
{
|
||||
flags.useWMTaskbar = NO;
|
||||
flags.useWMTaskBar = NO;
|
||||
}
|
||||
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue