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:
committed by
Alexandre Deckner
parent
ad7c99c0ca
commit
3aa3e03460
@@ -836,6 +836,11 @@ BrowserWindow::CloseWindowRequested(BWebView* view)
|
|||||||
void
|
void
|
||||||
BrowserWindow::LoadNegotiating(const BString& url, BWebView* view)
|
BrowserWindow::LoadNegotiating(const BString& url, BWebView* view)
|
||||||
{
|
{
|
||||||
|
if (view != CurrentWebView())
|
||||||
|
return;
|
||||||
|
|
||||||
|
fURLInputGroup->SetText(url.String());
|
||||||
|
|
||||||
BString status("Requesting: ");
|
BString status("Requesting: ");
|
||||||
status << url;
|
status << url;
|
||||||
view->WebPage()->SetStatusMessage(status);
|
view->WebPage()->SetStatusMessage(status);
|
||||||
|
|||||||
Reference in New Issue
Block a user