clean-up onBack setting so it won't propagate from one page to the next

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5845 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-12-12 19:52:32 +00:00
parent 3db2839a3c
commit a2e5fbe2ee

View file

@ -283,6 +283,8 @@ void __declspec(dllexport) Create(HWND hwndParent, int string_size, char *variab
g_dialog.controlCount = 0;
g_dialog.controls = (struct nsControl*) HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, 0);
g_dialog.callbacks.onBack = 0;
pushint((int) g_dialog.hwDialog);
}