- Tweak the default backspace behavior to be more in line with GNOME

convention, Mozilla upstream, and other distros rht#355511 moz#358764
    novl#215502
This commit is contained in:
Christopher Aillon 2007-10-31 10:56:22 +00:00
parent 8296c9470e
commit b20ad6ad89
2 changed files with 6 additions and 1 deletions

View File

@ -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);

View File

@ -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