update to call quit rather than shutdown.

This commit is contained in:
davidm%netscape.com 1999-09-20 01:52:21 +00:00
parent 54d647b458
commit 715bba800b
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: