From 9ad5d05a6a1deed56a7d7120bbe2a00c561dd5aa Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Tue, 19 Apr 2011 11:29:13 +0200 Subject: [PATCH] msi: Sync with the action request instead of the action taken in msi_seltree_sync_item_state. --- dlls/msi/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/dialog.c b/dlls/msi/dialog.c index 40aa7dff692..705dde30635 100644 --- a/dlls/msi/dialog.c +++ b/dlls/msi/dialog.c @@ -2071,7 +2071,7 @@ static void msi_seltree_sync_item_state( HWND hwnd, MSIFEATURE *feature, HTREEITEM hItem ) { TVITEMW tvi; - DWORD index = feature->Action; + DWORD index = feature->ActionRequest; TRACE("Feature %s -> %d %d %d\n", debugstr_w(feature->Title), feature->Installed, feature->Action, feature->ActionRequest);