Nikolay Sivov : winecfg: Update changed state on associations checkbox click.

Alexandre Julliard julliard at winehq.org
Fri Aug 17 12:33:08 CDT 2018


Module: wine
Branch: master
Commit: 25ba7708d3ad01202d1fd59633f0829360c0b4c4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=25ba7708d3ad01202d1fd59633f0829360c0b4c4

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Aug 17 00:31:56 2018 +0300

winecfg: Update changed state on associations checkbox click.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/winecfg/theme.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/winecfg/theme.c b/programs/winecfg/theme.c
index 1934538..5304f72 100644
--- a/programs/winecfg/theme.c
+++ b/programs/winecfg/theme.c
@@ -1320,6 +1320,7 @@ ThemeDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
 
                         case IDC_ENABLE_FILE_ASSOCIATIONS:
                             update_mime_types(hDlg);
+                            SendMessageW(GetParent(hDlg), PSM_CHANGED, 0, 0);
                             break;
                     }
                     break;




More information about the wine-cvs mailing list