Module: wine Branch: master Commit: 9ad5d05a6a1deed56a7d7120bbe2a00c561dd5aa URL: http://source.winehq.org/git/wine.git/?a=commit;h=9ad5d05a6a1deed56a7d7120bb...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Apr 19 11:29:13 2011 +0200
msi: Sync with the action request instead of the action taken in msi_seltree_sync_item_state.
---
dlls/msi/dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/dialog.c b/dlls/msi/dialog.c index 40aa7dff..705dde3 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);