Bug 128377, Generalize Turbo Code

r=law, sr=alecf, r=ssu, sr=slogan a=asa


git-svn-id: svn://10.0.0.236/trunk@117096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jelwell%netscape.com
2002-03-21 23:14:14 +00:00
parent dbe8170dc6
commit 09c82decb3
4 changed files with 157 additions and 54 deletions

View File

@@ -890,7 +890,7 @@ struct MessageWindow {
}
nsCOMPtr<nsIWindowsHooks> winHooksService ( do_GetService( NS_IWINDOWSHOOKS_CONTRACTID, &rv ) );
if ( NS_SUCCEEDED( rv ) )
winHooksService->StartupTurboDisable();
winHooksService->StartupRemoveOption("-turbo");
nsCOMPtr<nsIAppShellService> appShell = do_GetService( "@mozilla.org/appshell/appShellService;1", &rv );
if ( NS_SUCCEEDED( rv ) ) {