msi: Sync with the action request instead of the action taken in msi_seltree_sync_item_state.
This commit is contained in:
parent
22953b84f3
commit
9ad5d05a6a
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue