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
2012-07-03 15:43:09 +02:00
committed by Alexandre Deckner
parent a150602b0f
commit d5e2e814a4
+1 -1
View File
@@ -93,7 +93,7 @@ BrowserApp::AboutRequested()
BAlert* alert = new BAlert("About WebPositive", aboutText.String(),
"Sweet!");
alert->Go();
alert->Go(NULL);
}