Skip to content

Commit

Permalink
Lock Webpositive about window before Quit()ting, thanks Axel.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Dec 17, 2012
1 parent 1d0383b commit a4d5ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/webpositive/BrowserApp.cpp
Expand Up @@ -89,7 +89,7 @@ BrowserApp::~BrowserApp()
delete fCookies;
delete fCookieJar;

if (fAboutWindow != NULL)
if (fAboutWindow != NULL && fAboutWindow->Lock())
fAboutWindow->Quit();
}

Expand Down

0 comments on commit a4d5ac6

Please sign in to comment.