Adopt the URL also when requesting the URL, before it is commited.
git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@404 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
parent
ad7c99c0ca
commit
3aa3e03460
@ -836,6 +836,11 @@ BrowserWindow::CloseWindowRequested(BWebView* view)
|
||||
void
|
||||
BrowserWindow::LoadNegotiating(const BString& url, BWebView* view)
|
||||
{
|
||||
if (view != CurrentWebView())
|
||||
return;
|
||||
|
||||
fURLInputGroup->SetText(url.String());
|
||||
|
||||
BString status("Requesting: ");
|
||||
status << url;
|
||||
view->WebPage()->SetStatusMessage(status);
|
||||
|
Loading…
x
Reference in New Issue
Block a user