removed extra appshell->Exit. was unnecessary, and caused gtk some grief
git-svn-id: svn://10.0.0.236/trunk@42602 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user