From b20ad6ad89dea75be6cb89f79499ca34d697975f Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Wed, 31 Oct 2007 10:56:22 +0000 Subject: - Tweak the default backspace behavior to be more in line with GNOME convention, Mozilla upstream, and other distros rht#355511 moz#358764 novl#215502 --- firefox-redhat-default-prefs.js | 1 + firefox.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 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 2.0.0.8-1 - updated to the latest upstream - moved preference updates to build section -- cgit