mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
temporarily comment out code to fix #25482
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@27769 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e71618164d
commit
fb8176ebc4
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-02-03 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/win32/WIN32Server.m (-setParentWindow:forChildWindow:),
|
||||
Temporarily comment out method implementation as it was preventing
|
||||
popup menus from working.
|
||||
|
||||
2009-01-30 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/win32/WIN32Server.m: fix typo
|
||||
|
|
|
@ -1566,7 +1566,7 @@ NSLog(@"Callback");
|
|||
- (void) setParentWindow: (int)parentWin
|
||||
forChildWindow: (int)childWin
|
||||
{
|
||||
SetParent((HWND)childWin, (HWND)parentWin);
|
||||
//SetParent((HWND)childWin, (HWND)parentWin);
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue