From 04d22d91a03b3c1a4a05d376a8de756869688be1 Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Sun, 28 Apr 2002 23:54:08 +0000 Subject: [PATCH] Bug 137440 - download manager should appear by default, rather than separate progress dialogs (except on mac, until 132027 is fixed). Checking in for blake. r=hixie, sr=ben. --- modules/libpref/src/mac/macprefs.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/libpref/src/mac/macprefs.js b/modules/libpref/src/mac/macprefs.js index c2c6805bd95b..3c2986bed222 100644 --- a/modules/libpref/src/mac/macprefs.js +++ b/modules/libpref/src/mac/macprefs.js @@ -191,3 +191,9 @@ pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch) // This indicates whether it should use the native dialog or the XP Dialog pref("print.use_native_print_dialog", true); +// determines the behavior upon starting a download. +// 0 - open the download manager +// 1 - open a progress dialog +// 2 - do nothing + +pref("browser.downloadmanager.behavior", 1);