diff options
Diffstat (limited to 'source/xap/mozilla-thunderbird/mozilla-thunderbird-firefox.diff')
-rw-r--r-- | source/xap/mozilla-thunderbird/mozilla-thunderbird-firefox.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird-firefox.diff b/source/xap/mozilla-thunderbird/mozilla-thunderbird-firefox.diff deleted file mode 100644 index fdf20963..00000000 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird-firefox.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./defaults/pref/all-thunderbird.js.orig 2005-10-25 22:03:39.000000000 -0500 -+++ ./defaults/pref/all-thunderbird.js 2005-12-09 16:22:00.000000000 -0600 -@@ -440,3 +440,8 @@ - - // prevent status-bar spoofing even if people are foolish enough to turn on JS - pref("dom.disable_window_status_change", true); -+ -+// Use Firefox as the default for http:// and https:// links -+pref("network.protocol-handler.app.http", "/usr/bin/firefox"); -+pref("network.protocol-handler.app.https", "/usr/bin/firefox"); -+ |