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

This commit is contained in:
Hans Leidekker 2011-04-19 11:29:13 +02:00 committed by Alexandre Julliard
parent 22953b84f3
commit 9ad5d05a6a
1 changed files with 1 additions and 1 deletions

View File

@ -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);