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

Hans Leidekker hans at codeweavers.com
Tue Apr 19 04:29:13 CDT 2011


Fixes http://bugs.winehq.org/show_bug.cgi?id=26811
---
 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);
-- 
1.7.4.1







More information about the wine-patches mailing list