- no welcome and override startpages

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=84
This commit is contained in:
Wolfgang Rosenauer 2011-10-21 06:46:05 +00:00 committed by Git OBS Bridge
parent 260c2a6903
commit 6ada6c1e2a
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Thu Oct 20 20:15:05 UTC 2011 - wr@rosenauer.org
- make susefox compatible up to Firefox 9
- browser.startup.homepage is now a property in susefox as the
resource:// URI is useless in omnijar setup (bnc#721421)
- no welcome and override startpages
-------------------------------------------------------------------
Wed Sep 14 21:15:41 UTC 2011 - wr@rosenauer.org

View File

@ -11,3 +11,5 @@ pref("print.print_edge_right", 16); // 1/100 of an inch
pref("print.print_edge_bottom", 14); // 1/100 of an inch
pref("accessibility.typeaheadfind.soundURL", "default");
pref("browser.startup.homepage", "chrome://susefox/content/susefox.properties");
pref("startup.homepage_welcome_url", "");
pref("startup.homepage_override_url", "");