removed extra appshell->Exit. was unnecessary, and caused gtk some grief

This commit is contained in:
danm@netscape.com
1999-08-07 00:43:19 +00:00
parent d121b4517a
commit 71e7fa2cb9

View File

@@ -475,7 +475,6 @@ nsAppShellService::Shutdown(void)
// Shutdown all components.
EnumerateComponents( &nsAppShellService::ShutdownComponent );
mAppShell->Exit();
#else
while (mWindowList->Count() > 0) {
nsISupports * winSupports = mWindowList->ElementAt(0);