summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-12-13 15:03:30 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-12-13 15:03:30 +0000
commitb8176221082464b9b054bc518b408fdbcdd6ef03 (patch)
treed3523a97665579b461c7fa03bf276cc7983d96ef /firefox.spec
parent- Fix the getStartPage method to not return blank. Patch by (diff)
downloadlibrewolf-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.spec2
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
bgstack15