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

This commit is contained in:
blakeross%telocity.com 2006-09-14 05:59:59 +00:00
parent b9b3939c36
commit 16f0b200b5

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