No need to block the BApplication thread when showing the About window.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@442 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi 2010-04-20 15:46:23 +00:00 committed by Alexandre Deckner
parent a150602b0f
commit d5e2e814a4
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ BrowserApp::AboutRequested()
BAlert* alert = new BAlert("About WebPositive", aboutText.String(),
"Sweet!");
alert->Go();
alert->Go(NULL);
}