diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2007-10-31 10:56:22 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2007-10-31 10:56:22 +0000 |
commit | b20ad6ad89dea75be6cb89f79499ca34d697975f (patch) | |
tree | 09620c6c79669a770601a3e2b8b091da7f9c363d | |
parent | Removed source hack (diff) | |
download | librewolf-fedora-ff-b20ad6ad89dea75be6cb89f79499ca34d697975f.tar.gz librewolf-fedora-ff-b20ad6ad89dea75be6cb89f79499ca34d697975f.tar.bz2 librewolf-fedora-ff-b20ad6ad89dea75be6cb89f79499ca34d697975f.zip |
- Tweak the default backspace behavior to be more in line with GNOME
convention, Mozilla upstream, and other distros rht#355511 moz#358764
novl#215502
-rw-r--r-- | firefox-redhat-default-prefs.js | 1 | ||||
-rw-r--r-- | firefox.spec | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index b4d1ca7..e45332a 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -1,5 +1,6 @@ pref("app.update.enabled", false); pref("app.update.autoInstallEnabled", false); +pref("browser.backspace_action", 2); pref("browser.display.use_system_colors", true); pref("browser.link.open_external", 3); pref("general.smoothScroll", true); diff --git a/firefox.spec b/firefox.spec index 45680f0..8abd13d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -12,7 +12,7 @@ Summary: Mozilla Firefox Web browser. Name: firefox Version: 2.0.0.8 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -436,6 +436,10 @@ fi #--------------------------------------------------------------------- %changelog +* Tue Oct 30 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.8-2 +- Tweak the default backspace behavior to be more in line with + GNOME convention, Mozilla upstream, and other distros + * Tue Oct 23 2007 Martin Stransky <stransky@redhat.com> 2.0.0.8-1 - updated to the latest upstream - moved preference updates to build section |