Hitting esc in urlbar of new blank browser window reveals proxy icon (81428), patch by Neil. sr=blake

git-svn-id: svn://10.0.0.236/trunk@210901 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2006-09-14 05:59:57 +00:00
parent 07d38e8280
commit 1237c8edeb

View File

@ -1462,10 +1462,10 @@ function handleURLBarRevert()
if (url != "about:blank") {
gURLBar.value = url;
gURLBar.select();
SetPageProxyState("valid");
} else { //if about:blank, urlbar becomes ""
gURLBar.value = "";
}
SetPageProxyState("valid");
}
// tell widget to revert to last typed text only if the user