[1/4] comctl32: Don't pass unrelated control to UnChanged

Andrew Eikum aeikum at codeweavers.com
Thu Aug 13 17:36:25 CDT 2009


In the WM_INITDIALOG handler, PROPSHEET_UnChanged gets passed the wParam
of the message.  This doesn't make any sense.  The wParam specifies
which control will gain focus if the handler returns TRUE.
PROPSHEET_UnChanged expects a property sheet to mark as clean.  It's
been changed to pass NULL since we don't intend to mark a sheet clean.
---
  dlls/comctl32/propsheet.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-comctl32-Don-t-pass-unrelated-control-to-UnChanged.patch
Type: text/x-patch
Size: 500 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090813/0f64b513/attachment.bin>


More information about the wine-patches mailing list