From a76e04ed8845c8d2b9593452dd40bd9ff1bbf3d4 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sat, 4 Mar 2000 22:48:53 +0000 Subject: [PATCH] my half of the fix for bug #29861. define defaults for the throbber urls. r=blizzard, a=jevering git-svn-id: svn://10.0.0.236/trunk@62224 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/composer.js | 2 ++ mozilla/mailnews/mailnews.js | 4 ++++ mozilla/modules/libpref/src/init/all.js | 2 ++ mozilla/modules/libpref/src/init/editor.js | 2 ++ mozilla/modules/libpref/src/init/mailnews.js | 4 ++++ 5 files changed, 14 insertions(+) diff --git a/mozilla/editor/ui/composer.js b/mozilla/editor/ui/composer.js index e8e9e46120b..30104f6fae4 100644 --- a/mozilla/editor/ui/composer.js +++ b/mozilla/editor/ui/composer.js @@ -170,3 +170,5 @@ pref("editor.custom_color_9", "0,0,FF"); pref("editor.last_color_picked", "0,0,0"); pref("editor.last_background_color_picked", "255,255,255"); pref("editor.new_cell_has_space", true); + +pref("editor.throbber.url","http://www.mozilla.org"); diff --git a/mozilla/mailnews/mailnews.js b/mozilla/mailnews/mailnews.js index 63f84b211f0..2b6675a37d3 100644 --- a/mozilla/mailnews/mailnews.js +++ b/mozilla/mailnews/mailnews.js @@ -394,3 +394,7 @@ pref("mail.send_struct",true); // dito pref("mail.forward_message_mode", 0); // 0=default as attachment 2=forward as inline with attachments, (obsolete)1=forward as quoted pref("mailnews.max_header_display_length",3); // number of addresses to show + +pref("messenger.throbber.url","http://www.mozilla.org"); +pref("compose.throbber.url","http://www.mozilla.org"); +pref("addressbook.throbber.url","http://www.mozilla.org"); diff --git a/mozilla/modules/libpref/src/init/all.js b/mozilla/modules/libpref/src/init/all.js index f98350f5cbd..b4b5ba156ae 100644 --- a/mozilla/modules/libpref/src/init/all.js +++ b/mozilla/modules/libpref/src/init/all.js @@ -507,3 +507,5 @@ pref("custtoolbar.Composer.Formatting_Toolbar.open", true); pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf"); pref("prefs.converted-to-utf8",false); + +pref("browser.throbber.url","http://www.mozilla.org"); diff --git a/mozilla/modules/libpref/src/init/editor.js b/mozilla/modules/libpref/src/init/editor.js index e8e9e46120b..30104f6fae4 100644 --- a/mozilla/modules/libpref/src/init/editor.js +++ b/mozilla/modules/libpref/src/init/editor.js @@ -170,3 +170,5 @@ pref("editor.custom_color_9", "0,0,FF"); pref("editor.last_color_picked", "0,0,0"); pref("editor.last_background_color_picked", "255,255,255"); pref("editor.new_cell_has_space", true); + +pref("editor.throbber.url","http://www.mozilla.org"); diff --git a/mozilla/modules/libpref/src/init/mailnews.js b/mozilla/modules/libpref/src/init/mailnews.js index 63f84b211f0..2b6675a37d3 100644 --- a/mozilla/modules/libpref/src/init/mailnews.js +++ b/mozilla/modules/libpref/src/init/mailnews.js @@ -394,3 +394,7 @@ pref("mail.send_struct",true); // dito pref("mail.forward_message_mode", 0); // 0=default as attachment 2=forward as inline with attachments, (obsolete)1=forward as quoted pref("mailnews.max_header_display_length",3); // number of addresses to show + +pref("messenger.throbber.url","http://www.mozilla.org"); +pref("compose.throbber.url","http://www.mozilla.org"); +pref("addressbook.throbber.url","http://www.mozilla.org");