summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-10-10 11:32:21 -0500
committerRuben Rodriguez <ruben@gnu.org>2015-10-12 23:20:55 -0500
commita7507d30aed8f858742ce478afc1888bfef6f240 (patch)
tree939d0cdc36c58415faa0fa27e60383ee5127c803 /makeicecat
parent539a005be12fd6e37e12bde27bacfba0de391b59 (diff)
Fixed newTab.css removes config icons
Diffstat (limited to 'makeicecat')
-rw-r--r--makeicecat2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeicecat b/makeicecat
index 93d5db2..81a6ab0 100644
--- a/makeicecat
+++ b/makeicecat
@@ -255,7 +255,7 @@ sed "s/^MOZ_APP_NAME\t.*/MOZ_APP_NAME\t\t:= icecat/;" debian/build/config.mk -i
sed "s/^MOZ_PKG_NAME\t.*/MOZ_PKG_NAME\t\t:= icecat/;" debian/build/config.mk -i
# Hide help buttons in newtab page
-for file in toolkit/themes/linux/global/global.css toolkit/themes/windows/global/global.css toolkit/themes/osx/global/global.css; do
+for file in browser/base/content/newtab/newTab.css browser/themes/linux/newtab/newTab.css browser/themes/windows/newtab/newTab.css browser/themes/osx/newtab/newTab.css; do
echo '#newtab-customize-button, #newtab-intro-what{display:none}' >> $file
done