Lock Webpositive about window before Quit()ting, thanks Axel.

This commit is contained in:
John Scipione
2012-12-17 16:31:25 -05:00
parent 1d0383b862
commit a4d5ac6a25
+1 -1
View File
@@ -89,7 +89,7 @@ BrowserApp::~BrowserApp()
delete fCookies;
delete fCookieJar;
if (fAboutWindow != NULL)
if (fAboutWindow != NULL && fAboutWindow->Lock())
fAboutWindow->Quit();
}