From c1ae2e9f5d4a8a50d5c76221a4e3f5151c638a62 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Thu, 14 Sep 2006 05:59:59 +0000 Subject: [PATCH] Hitting esc in urlbar of new blank browser window reveals proxy icon (81428), patch by Neil. sr=blake --- suite/browser/navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/browser/navigator.js b/suite/browser/navigator.js index 04b13e5c3c5..9fffd24d070 100644 --- a/suite/browser/navigator.js +++ b/suite/browser/navigator.js @@ -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