- 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:
parent
8296c9470e
commit
b20ad6ad89
@ -1,5 +1,6 @@
|
|||||||
pref("app.update.enabled", false);
|
pref("app.update.enabled", false);
|
||||||
pref("app.update.autoInstallEnabled", false);
|
pref("app.update.autoInstallEnabled", false);
|
||||||
|
pref("browser.backspace_action", 2);
|
||||||
pref("browser.display.use_system_colors", true);
|
pref("browser.display.use_system_colors", true);
|
||||||
pref("browser.link.open_external", 3);
|
pref("browser.link.open_external", 3);
|
||||||
pref("general.smoothScroll", true);
|
pref("general.smoothScroll", true);
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser.
|
Summary: Mozilla Firefox Web browser.
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 2.0.0.8
|
Version: 2.0.0.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -436,6 +436,10 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 23 2007 Martin Stransky <stransky@redhat.com> 2.0.0.8-1
|
||||||
- updated to the latest upstream
|
- updated to the latest upstream
|
||||||
- moved preference updates to build section
|
- moved preference updates to build section
|
||||||
|
Loading…
Reference in New Issue
Block a user