From: <kr_...@us...> - 2003-07-01 20:17:06
|
Update of /cvsroot/htoolkit/port/src/cbits/Win32 In directory sc8-pr-cvs1:/tmp/cvs-serv20890/src/cbits/Win32 Modified Files: Util.c Log Message: bugfix Index: Util.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Util.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Util.c 1 May 2003 20:38:26 -0000 1.13 --- Util.c 1 Jul 2003 20:08:18 -0000 1.14 *************** *** 126,130 **** icc.dwICC = ICC_WIN95_CLASSES; InitCommonControlsEx(&icc); ! if (DocumentInterface == 1) { --- 126,133 ---- icc.dwICC = ICC_WIN95_CLASSES; InitCommonControlsEx(&icc); ! } ! ! if (ghWndFrame == NULL) ! { if (DocumentInterface == 1) { *************** *** 207,210 **** --- 210,214 ---- { DestroyWindow(ghWndFrame); + ghWndFrame = NULL; } |