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

Nikolay Sivov bunglehead at gmail.com
Thu Aug 16 23:19:21 CDT 2018


On 8/17/2018 3:21 AM, Dmitry Timoshkov wrote:
> 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.
> 

Takes care about what? It's still possible to cancel the change. For
consistency all of them should send that.



More information about the wine-devel mailing list