From e635557062a4ae58271908143b644d10ed2a8b12 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 6 Oct 2017 23:03:50 -0400
Subject: [PATCH] Abrowser: corrected aboutHome issues

---
 helpers/DATA/firefox/abouthome/aboutHome.js | 1 -
 helpers/make-firefox                        | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/helpers/DATA/firefox/abouthome/aboutHome.js b/helpers/DATA/firefox/abouthome/aboutHome.js
index 58718edd..987c8b43 100644
--- a/helpers/DATA/firefox/abouthome/aboutHome.js
+++ b/helpers/DATA/firefox/abouthome/aboutHome.js
@@ -247,7 +247,6 @@ function loadCompleted() {
  * showSnippets.
  */
 function loadSnippets() {
-  return();
   if (!gSnippetsMap)
     throw new Error("Snippets map has not properly been initialized");
 
diff --git a/helpers/make-firefox b/helpers/make-firefox
index b6bff291..7d77dff9 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=49
+VERSION=50
 
 . ./config
 
@@ -231,7 +231,7 @@ replace "abrowser.com" "firefox.com" .
 #sed -i 's/iceweasel, abrowser, icecat,/iceweasel, firefox, icecat,/g' debian/control.in
 sed '/Provides/s/abrowser-locale/firefox-locale/' -i debian/control.langpacks
 sed 's/Abrowser/Firefox/' -i third_party/rust/idna/src/lib.rs
-sed 's/Trisquel/Mozilla/' -i third_party/rust/encoding_rs/src/lib.rs
+sed 's/Trisquel/Mozilla/' -i third_party/rust/encoding_rs/src/lib.rs browser/components/uitour/UITour-lib.js
 
 # Restore useragent to Firefox
 sed '/MOZILLA_UAVERSION/ s:Abrowser/:Firefox/:' -i netwerk/protocol/http/nsHttpHandler.cpp
-- 
GitLab