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:
Richard Frith-MacDonald 2009-02-03 18:18:25 +00:00
parent e71618164d
commit fb8176ebc4
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -1566,7 +1566,7 @@ NSLog(@"Callback");
- (void) setParentWindow: (int)parentWin
forChildWindow: (int)childWin
{
SetParent((HWND)childWin, (HWND)parentWin);
//SetParent((HWND)childWin, (HWND)parentWin);
}
@end