[PATCH] winecfg: Update changed state on associations checkbox click.

Dmitry Timoshkov dmitry at baikal.ru
Thu Aug 16 19:21:02 CDT 2018


Nikolay Sivov <nsivov at codeweavers.com> wrote:

>                          case IDC_ENABLE_FILE_ASSOCIATIONS:
>                              update_mime_types(hDlg);
> +                            SendMessageW(GetParent(hDlg), PSM_CHANGED, 0, 0);
>                              break;

There is no need for that, update_mime_types() already takes care about
the change. There are other handlers that don't send PSM_CHANGED too.

-- 
Dmitry.



More information about the wine-devel mailing list