mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 07:26:26 +00:00
Fix for bug 8237 (Prefs need to save when apprunner quits) and bug 8106
(Calling 'exit' while closing the top level window (causing the whole app to quit). Should let the profile manager work as advertised on unix. Reviewed by law and mcmullen.
This commit is contained in:
parent
c5f56dedd5
commit
f2b03ace40
@ -250,7 +250,6 @@ done:
|
||||
NS_METHOD nsAppShell::Exit()
|
||||
{
|
||||
gtk_main_quit ();
|
||||
gtk_exit(0);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user