From 071e504f76c7662a3ac260b048329c3c17699ea2 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Fri, 18 Mar 2005 23:45:09 +0000 Subject: [PATCH] remove an obsolete preference --- mail/app/profile/all-thunderbird.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index a854d89817ec..6de52168cd0c 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -272,7 +272,6 @@ pref("browser.chrome.toolbar_style", 2); pref("browser.xul.error_pages.enabled", true); // Dialog modality issues -pref("browser.prefWindowModal", true); pref("browser.show_about_as_stupid_modal_window", false); pref("browser.download.progressDnldDialog.keepAlive", true); // keep the dnload progress dialog up after dnload is complete @@ -388,8 +387,6 @@ pref("privacy.popups.statusbar_icon_enabled", true); #ifndef XP_MACOSX #ifdef XP_UNIX -// Most Unix people think modal pref windows are stupid: -pref("browser.prefWindowModal", false); // For the download dialog pref("browser.download.progressDnldDialog.enable_launch_reveal_buttons", false); pref("browser.urlbar.clickSelectsAll", false);