OBS User unknown 2009-05-22 13:37:08 +00:00 committed by Git OBS Bridge
parent 6ba88129de
commit c6fc61bd80
3 changed files with 14 additions and 1 deletions

View File

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

View File

@ -22,7 +22,7 @@ BuildRequires: MozillaFirefox
Name: MozillaFirefox-branding-openSUSE
License: BSD 3-Clause
Version: 3.5
Release: 1
Release: 2
Summary: openSUSE branding of MozillaFirefox
Group: Productivity/Networking/Web/Browsers
Source0: %{name}-COPYING
@ -97,7 +97,12 @@ rm -rf $RPM_BUILD_ROOT
%{progdir}/defaults/profile/bookmarks.html
%{progdir}/browserconfig.properties
%{progdir}/searchplugins/*
%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
- bumped version to 3.5 to reflect FF version bump
- updated firefox.schemas

View File

@ -12,3 +12,4 @@ pref("print.print_edge_bottom", 14); // 1/100 of an inch
pref("browser.backspace_action", 2);
pref("browser.tabs.loadFolderAndReplace", false);
pref("browser.identity.ssl_domain_display", 1);
pref("accessibility.typeaheadfind.soundURL", "default");