Changes: boot-mode support for WM_CLASS fix

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

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

Loading…
Cancel
Save