OBS User unknown 2008-12-08 16:35:18 +00:00 committed by Git OBS Bridge
parent f686fbbf4e
commit 4011bfa971
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 8 11:16:41 EST 2008 - hfiguiere@suse.de
- Fix a type in firefox-suse-default-prefs.js
-------------------------------------------------------------------
Thu Nov 20 18:56:10 CST 2008 - maw@suse.de

View File

@ -22,7 +22,7 @@ BuildRequires: MozillaFirefox MozillaFirefox-branding-upstream
Name: MozillaFirefox-branding-openSUSE
License: BSD 3-Clause
Version: 3.0.3
Release: 3
Release: 4
Summary: openSUSE branding of MozillaFirefox
Group: Productivity/Networking/Web/Browsers
Source0: %{name}-COPYING
@ -125,6 +125,8 @@ fi
%{progdir}/searchplugins/*
%changelog
* Mon Dec 08 2008 hfiguiere@suse.de
- Fix a type in firefox-suse-default-prefs.js
* Thu Nov 20 2008 maw@suse.de
- Review and approve changes.
* Fri Nov 14 2008 wr@rosenauer.org

View File

@ -13,4 +13,4 @@ pref("print.print_edge_bottom", 14); // 1/100 of an inch
pref("startup.homepage_override_url", "resource:/browserconfig.properties");
pref("browser.backspace_action", 2);
pref("browser.tabs.loadFolderAndReplace", false);
pref("browser.identity.ssl_domain.display", 1);
pref("browser.identity.ssl_domain_display", 1);