Andrew Eikum : comctl32: Don't pass unrelated control to UnChanged.

Alexandre Julliard julliard at winehq.org
Fri Aug 14 08:59:21 CDT 2009


Module: wine
Branch: master
Commit: 4a14ed43fa8ca89d6327f98dd45d1c57f84f55db
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4a14ed43fa8ca89d6327f98dd45d1c57f84f55db

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Thu Aug 13 17:36:25 2009 -0500

comctl32: Don't pass unrelated control to UnChanged.

---

 dlls/comctl32/propsheet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c
index 44151e4..0d76297 100644
--- a/dlls/comctl32/propsheet.c
+++ b/dlls/comctl32/propsheet.c
@@ -3492,7 +3492,7 @@ PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
        * from which to switch to the next page */
       SendMessageW(hwndTabCtrl, TCM_SETCURSEL, psInfo->active_page, 0);
 
-      PROPSHEET_UnChanged(hwnd, (HWND)wParam);
+      PROPSHEET_UnChanged(hwnd, NULL);
 
       return TRUE;
     }




More information about the wine-cvs mailing list