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

This commit is contained in:
James Hawkins 2008-07-17 12:28:37 -05:00 committed by Alexandre Julliard
parent bca80e1a64
commit 4cacdc7dba
1 changed files with 1 additions and 0 deletions

View File

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