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
Родитель 4325008000
Коммит c1ae2e9f5d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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