This commit is contained in:
parent
6ba88129de
commit
c6fc61bd80
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 19 18:58:20 CEST 2009 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- set accessibility.typeaheadfind.soundURL to "default" (bnc#505289)
|
||||||
|
(that uses a wav packaged in toolkit and FF might not be able
|
||||||
|
to play it if esd is not functional)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 4 08:40:26 CEST 2009 - wr@rosenauer.org
|
Mon May 4 08:40:26 CEST 2009 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ BuildRequires: MozillaFirefox
|
|||||||
Name: MozillaFirefox-branding-openSUSE
|
Name: MozillaFirefox-branding-openSUSE
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Version: 3.5
|
Version: 3.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: openSUSE branding of MozillaFirefox
|
Summary: openSUSE branding of MozillaFirefox
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
Source0: %{name}-COPYING
|
Source0: %{name}-COPYING
|
||||||
@ -97,7 +97,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{progdir}/defaults/profile/bookmarks.html
|
%{progdir}/defaults/profile/bookmarks.html
|
||||||
%{progdir}/browserconfig.properties
|
%{progdir}/browserconfig.properties
|
||||||
%{progdir}/searchplugins/*
|
%{progdir}/searchplugins/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 19 2009 wr@rosenauer.org
|
||||||
|
- set accessibility.typeaheadfind.soundURL to "default" (bnc#505289)
|
||||||
|
(that uses a wav packaged in toolkit and FF might not be able
|
||||||
|
to play it if esd is not functional)
|
||||||
* Mon May 04 2009 wr@rosenauer.org
|
* Mon May 04 2009 wr@rosenauer.org
|
||||||
- bumped version to 3.5 to reflect FF version bump
|
- bumped version to 3.5 to reflect FF version bump
|
||||||
- updated firefox.schemas
|
- updated firefox.schemas
|
||||||
|
@ -12,3 +12,4 @@ pref("print.print_edge_bottom", 14); // 1/100 of an inch
|
|||||||
pref("browser.backspace_action", 2);
|
pref("browser.backspace_action", 2);
|
||||||
pref("browser.tabs.loadFolderAndReplace", false);
|
pref("browser.tabs.loadFolderAndReplace", false);
|
||||||
pref("browser.identity.ssl_domain_display", 1);
|
pref("browser.identity.ssl_domain_display", 1);
|
||||||
|
pref("accessibility.typeaheadfind.soundURL", "default");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user