Change the call to shutdown to a call to quit.

git-svn-id: svn://10.0.0.236/trunk@48118 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
davidm%netscape.com
1999-09-18 00:29:01 +00:00
parent ac9868c0ae
commit d5ff5ffdec
2 changed files with 2 additions and 2 deletions

View File

@@ -1246,7 +1246,7 @@ nsEditorShell::Exit()
nsIAppShellService::GetIID(),
(nsISupports**)&appShell);
if (NS_SUCCEEDED(rv)) {
appShell->Shutdown();
appShell->Quit();
nsServiceManager::ReleaseService(kAppShellServiceCID, appShell);
}
}