From 3771b49c689fd2f2fe6843b0f8612e38cdec4564 Mon Sep 17 00:00:00 2001 From: "gavin@gavinsharp.com" Date: Wed, 6 Jun 2007 13:58:01 -0700 Subject: [PATCH] Revert pref from bug 337344 temporarily until we can fix unit tests accordingly --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 88c8f8772778..a22b08083b06 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -551,4 +551,4 @@ pref("accessibility.blockautorefresh", false); pref("browser.places.importBookmarksHTML", true); // Show infobar on chromeless windows -pref("browser.warn_chromeless_window.infobar", true); +pref("browser.warn_chromeless_window.infobar", false);