James Hawkins : msi: Initialize the update function pointer when creating the control.

Alexandre Julliard julliard at winehq.org
Fri Jul 18 06:46:21 CDT 2008


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

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Thu Jul 17 12:28:37 2008 -0500

msi: Initialize the update function pointer when creating the control.

---

 dlls/msi/dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/dialog.c b/dlls/msi/dialog.c
index 0e5799f..8c7c59a 100644
--- a/dlls/msi/dialog.c
+++ b/dlls/msi/dialog.c
@@ -417,6 +417,7 @@ static msi_control *msi_dialog_create_window( msi_dialog *dialog,
     strcpyW( control->name, name );
     list_add_head( &dialog->controls, &control->entry );
     control->handler = NULL;
+    control->update = NULL;
     control->property = NULL;
     control->value = NULL;
     control->hBitmap = NULL;




More information about the wine-cvs mailing list