diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2007-12-13 15:03:30 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2007-12-13 15:03:30 +0000 |
commit | b8176221082464b9b054bc518b408fdbcdd6ef03 (patch) | |
tree | d3523a97665579b461c7fa03bf276cc7983d96ef /firefox.spec | |
parent | - Fix the getStartPage method to not return blank. Patch by (diff) | |
download | librewolf-fedora-ff-b8176221082464b9b054bc518b408fdbcdd6ef03.tar.gz librewolf-fedora-ff-b8176221082464b9b054bc518b408fdbcdd6ef03.tar.bz2 librewolf-fedora-ff-b8176221082464b9b054bc518b408fdbcdd6ef03.zip |
...and put back all of the prefs
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 0ed3d00..a8a7e6a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -235,10 +235,8 @@ desktop-file-install --vendor mozilla \ # set up our default homepage %{__cat} >> rh-default-prefs << EOF pref("browser.startup.homepage", "%{homepage}"); -/* pref("startup.homepage_override_url", "%{homepage}"); pref("startup.homepage_welcome_url", "%{homepage}"); -*/ EOF # place the preferences |