diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2007-09-25 03:36:23 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2007-09-25 03:36:23 +0000 |
commit | f0eebf3f41f35c38dfff4c7155f5e5d67c87f9b6 (patch) | |
tree | 65f1ccf166908435e1ae3fb670a043446af373e7 /firefox-redhat-default-prefs.js | |
parent | - Fix crashes when using GTK+ themes containing a gtkrc which specify (diff) | |
download | librewolf-fedora-ff-f0eebf3f41f35c38dfff4c7155f5e5d67c87f9b6.tar.gz librewolf-fedora-ff-f0eebf3f41f35c38dfff4c7155f5e5d67c87f9b6.tar.bz2 librewolf-fedora-ff-f0eebf3f41f35c38dfff4c7155f5e5d67c87f9b6.zip |
- Startup notification support
Diffstat (limited to 'firefox-redhat-default-prefs.js')
-rw-r--r-- | firefox-redhat-default-prefs.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index b4d1ca7..9eee505 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -6,3 +6,6 @@ pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); pref("general.useragent.vendorSub", "FIREFOX_RPM_VR"); pref("intl.locale.matchOS", true); +pref("browser.startup.homepage", "http://start.fedoraproject.org/"); +pref("startup.homepage_override_url", "http://start.fedoraproject.org/"); +pref("startup.homepage_welcome_url", "http://start.fedoraproject.org/"); |