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

Alexandre Julliard julliard at winehq.org
Tue Apr 19 12:08:18 CDT 2011


Module: wine
Branch: master
Commit: 9ad5d05a6a1deed56a7d7120bbe2a00c561dd5aa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9ad5d05a6a1deed56a7d7120bbe2a00c561dd5aa

Author: Hans Leidekker <hans at 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);




More information about the wine-cvs mailing list