From 7e1d9ff06f798af1e654c1cc88e6b2f8e07edc83 Mon Sep 17 00:00:00 2001 From: "florian%queze.net" Date: Sat, 15 Dec 2007 00:20:49 +0000 Subject: [PATCH] Bug 407193: Restore animateFadeIn behavior for Mac prefpanes (revert fix for bug 394881). r=mconnor, a=blocking-firefox3+ git-svn-id: svn://10.0.0.236/trunk@241300 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/app/profile/firefox.js | 4 ++++ mozilla/toolkit/content/widgets/preferences.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/mozilla/browser/app/profile/firefox.js b/mozilla/browser/app/profile/firefox.js index 5c26c735722..7f91d648d09 100644 --- a/mozilla/browser/app/profile/firefox.js +++ b/mozilla/browser/app/profile/firefox.js @@ -454,7 +454,11 @@ pref("browser.preferences.instantApply", false); #else pref("browser.preferences.instantApply", true); #endif +#ifdef XP_MACOSX +pref("browser.preferences.animateFadeIn", true); +#else pref("browser.preferences.animateFadeIn", false); +#endif pref("browser.download.show_plugins_in_list", true); pref("browser.download.hide_plugins_without_extensions", true); diff --git a/mozilla/toolkit/content/widgets/preferences.xml b/mozilla/toolkit/content/widgets/preferences.xml index 3e071c06f45..749df11173d 100644 --- a/mozilla/toolkit/content/widgets/preferences.xml +++ b/mozilla/toolkit/content/widgets/preferences.xml @@ -799,7 +799,11 @@