Lock Webpositive about window before Quit()ting, thanks Axel.
This commit is contained in:
@@ -89,7 +89,7 @@ BrowserApp::~BrowserApp()
|
|||||||
delete fCookies;
|
delete fCookies;
|
||||||
delete fCookieJar;
|
delete fCookieJar;
|
||||||
|
|
||||||
if (fAboutWindow != NULL)
|
if (fAboutWindow != NULL && fAboutWindow->Lock())
|
||||||
fAboutWindow->Quit();
|
fAboutWindow->Quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user