update to call quit rather than shutdown.
git-svn-id: svn://10.0.0.236/trunk@48298 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -372,7 +372,7 @@ OSErr nsAppleEventHandler::HandleAppleEvent(
|
||||
NS_WITH_SERVICE(nsIAppShellService, appShellService, kAppShellServiceCID, &rv);
|
||||
if (NS_FAILED(rv))
|
||||
return errAEEventNotHandled;
|
||||
appShellService->Shutdown();
|
||||
appShellService->Quit();
|
||||
break;
|
||||
}
|
||||
case ae_OpenDoc:
|
||||
|
||||
Reference in New Issue
Block a user