Changes: boot-mode support for WM_CLASS fix

RevBy: TrustMe
pull/1/head
Alexey Shilov 14 years ago
parent 19ed245fb8
commit 78abe82dfe

@ -532,8 +532,9 @@ int Booster::launchProcess()
// Load the application and find out the address of main()
loadMain();
// make booster specific initializations
preinit();
// make booster specific initializations unless booster is in boot mode
if (!m_bootMode)
preinit();
#ifdef WITH_COVERAGE
__gcov_flush();

Loading…
Cancel
Save