summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox-redhat-default-prefs.js1
-rw-r--r--firefox.spec6
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
bgstack15