From 86c507d6061d262e47699b3764cf745338214c07 Mon Sep 17 00:00:00 2001 From: Pierre Mageau Date: Sun, 31 Oct 1999 01:40:28 +0000 Subject: [PATCH] Do not send two PSN_KILLACTIVE messages. --- dlls/comctl32/propsheet.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c index a0b3af031bd..7fb43815cf0 100644 --- a/dlls/comctl32/propsheet.c +++ b/dlls/comctl32/propsheet.c @@ -1327,17 +1327,9 @@ static BOOL PROPSHEET_SetCurSel(HWND hwndDlg, HWND hwndHelp = GetDlgItem(hwndDlg, IDHELP); NMHDR hdr; - /* - * Notify the current page. - */ hwndPage = psInfo->proppage[psInfo->active_page].hwndPage; hdr.hwndFrom = hwndDlg; - hdr.code = PSN_KILLACTIVE; - - if (SendMessageA(hwndPage, WM_NOTIFY, 0, (LPARAM) &hdr)) - return FALSE; - /* * hpage takes precedence over index. */