Commit 9ad5d05a authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Sync with the action request instead of the action taken in msi_seltree_sync_item_state.

parent 22953b84
...@@ -2071,7 +2071,7 @@ static void ...@@ -2071,7 +2071,7 @@ static void
msi_seltree_sync_item_state( HWND hwnd, MSIFEATURE *feature, HTREEITEM hItem ) msi_seltree_sync_item_state( HWND hwnd, MSIFEATURE *feature, HTREEITEM hItem )
{ {
TVITEMW tvi; TVITEMW tvi;
DWORD index = feature->Action; DWORD index = feature->ActionRequest;
TRACE("Feature %s -> %d %d %d\n", debugstr_w(feature->Title), TRACE("Feature %s -> %d %d %d\n", debugstr_w(feature->Title),
feature->Installed, feature->Action, feature->ActionRequest); feature->Installed, feature->Action, feature->ActionRequest);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment